[charts] add controller.admissionWebhooks.networkPolicyEnabled (#10650)
* add controller.admissionWebhooks.networkPolicyEnabled Signed-off-by: Jmnote <opcore@gmail.com> * .Values.controller.admissionWebhooks.patch.networkPolicy.enabled --------- Signed-off-by: Jmnote <opcore@gmail.com>
This commit is contained in:
parent
9439e6c71d
commit
bfc2300c3d
3 changed files with 6 additions and 1 deletions
|
|
@ -708,6 +708,10 @@ controller:
|
|||
##
|
||||
priorityClassName: ""
|
||||
podAnnotations: {}
|
||||
# NetworkPolicy for webhook patch
|
||||
networkPolicy:
|
||||
# -- Enable 'networkPolicy' or not
|
||||
enabled: false
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
tolerations: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue