support extraEnvs for job resources in helm chart (#8545)
* 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
This commit is contained in:
parent
8bf77999dc
commit
7806159b38
5 changed files with 27 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
controller:
|
||||
service:
|
||||
type: ClusterIP
|
||||
admissionWebhooks:
|
||||
enabled: true
|
||||
extraEnvs:
|
||||
- name: FOO
|
||||
value: foo
|
||||
- name: TEST
|
||||
value: test
|
||||
patch:
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue