Files
ingress-nginx-helm/ci/deployment-webhook-extraEnvs-values.yaml
2024-05-02 16:19:33 +09: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