Skip to content

Commit 6c158cf

Browse files
committed
Revert runAsNonRoot to true
1 parent ddff374 commit 6c158cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
shareProcessNamespace: true
170170
securityContext:
171171
fsGroup: 1001
172-
runAsNonRoot: {{ ne .Values.nginxGateway.securityContext.runAsNonRoot false }}
172+
runAsNonRoot: true
173173
{{- if .Values.tolerations }}
174174
tolerations:
175175
{{- toYaml .Values.tolerations | nindent 6 }}

0 commit comments

Comments
 (0)