charts/ingress-nginx/ci/deployment-webhook-extraEnvs-values.yaml
2023-10-04 21:53:46 +08:00

13 lines
204 B
YAML

controller:
service:
type: ClusterIP
admissionWebhooks:
enabled: true
extraEnvs:
- name: FOO
value: foo
- name: TEST
value: test
patch:
enabled: true