Add fsGroup value to admission-webhooks/job-patch charts (#8267)
* added fsGroup to admission createSecret and patchWebhook job * added fsGroup to admission createSecret and patchWebhook job * modified helm/README.md to add value for fsGroup * fixed patch job values ordering * remove manually edited README for replacement with helm-docs generated version * re-adding charts/README.md generated by helm-docs
This commit is contained in:
parent
bab0fbab0c
commit
4ecb3520c8
4 changed files with 4 additions and 0 deletions
|
|
@ -641,6 +641,7 @@ controller:
|
|||
# -- Labels to be added to patch job resources
|
||||
labels: {}
|
||||
runAsUser: 2000
|
||||
fsGroup: 2000
|
||||
|
||||
metrics:
|
||||
port: 10254
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue