
* support extraEnvs for job resources in helm chart Signed-off-by: Li, Eric <Xiannan.li@fmr.com> * Update helm doc * Update helm doc * Updated helm doc - add controller.admissionWebhooks.extraEnvs * Added some test data for webhook controller.admissionWebhooks.extraEnvs * added new line at the end of deployment-webhook-extraEnvs-values.yaml * Fixed helm chart test issue
12 lines
204 B
YAML
12 lines
204 B
YAML
controller:
|
|
service:
|
|
type: ClusterIP
|
|
admissionWebhooks:
|
|
enabled: true
|
|
extraEnvs:
|
|
- name: FOO
|
|
value: foo
|
|
- name: TEST
|
|
value: test
|
|
patch:
|
|
enabled: true
|