Merge pull request #5494 from janosi/wh_runasuser
Add configuration option for the runAsUser parameter of the webhook patch job
This commit is contained in:
commit
4b62da824e
3 changed files with 4 additions and 3 deletions
|
|
@ -46,5 +46,5 @@ spec:
|
|||
{{- end }}
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2000
|
||||
runAsUser: {{ .Values.controller.admissionWebhooks.patch.runAsUser }}
|
||||
{{- end }}
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@ spec:
|
|||
{{- end }}
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2000
|
||||
{{- end }}
|
||||
runAsUser: {{ .Values.controller.admissionWebhooks.patch.runAsUser }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue