mirror of https://git.rancher.io/charts
updated user and group ids in securityContext to match nginx uid and gid on SLE BCI
parent
e3407a46bf
commit
52c2b62721
|
@ -53,6 +53,6 @@ spec:
|
|||
{{- end }}
|
||||
serviceAccountName: istio-installer
|
||||
securityContext:
|
||||
runAsUser: 101
|
||||
runAsGroup: 101
|
||||
runAsUser: 499
|
||||
runAsGroup: 487
|
||||
restartPolicy: Never
|
||||
|
|
Loading…
Reference in New Issue