updated user and group ids in securityContext to match nginx uid and gid on SLE BCI

pull/1721/head
Rayan Das 2022-02-18 13:14:48 +05:30
parent e3407a46bf
commit 52c2b62721
1 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,6 @@ spec:
{{- end }}
serviceAccountName: istio-installer
securityContext:
runAsUser: 101
runAsGroup: 101
runAsUser: 499
runAsGroup: 487
restartPolicy: Never