Add admin ingress and RBAC configuration options #27
@@ -715,6 +715,10 @@ ingress:
|
||||
## name: http
|
||||
##
|
||||
extraRules: []
|
||||
|
||||
adminIngress:
|
||||
enabled: false
|
||||
|
||||
## Network Policy configuration
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/network-policies/
|
||||
##
|
||||
@@ -784,6 +788,8 @@ networkPolicy:
|
||||
ingressNSPodMatchLabels: {}
|
||||
|
||||
## @section Other parameters
|
||||
rbac:
|
||||
create: false
|
||||
|
||||
## ServiceAccount configuration
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
||||
@@ -1292,4 +1298,4 @@ externalDatabase:
|
||||
existingSecretUserKey: ""
|
||||
existingSecretPasswordKey: ""
|
||||
annotations: {}
|
||||
extraParams: ""
|
||||
extraParams: ""
|
||||
|
Reference in New Issue
Block a user