Skip to content

Commit 7470f6c

Browse files
Fixed security context for inception
1 parent f1f96e1 commit 7470f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/devtron/templates/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
spec:
8383
{{- if and $.Values.global $.Values.global.podSecurityContext }}
8484
securityContext:
85-
{{- toYaml . | nindent 8 }}
85+
{{- toYaml $.Values.global.podSecurityContext | nindent 8 }}
8686
{{- end }}
8787
containers:
8888
-
@@ -95,7 +95,7 @@ spec:
9595
name: inception
9696
{{- if and $.Values.global $.Values.global.containerSecurityContext }}
9797
securityContext:
98-
{{- toYaml . | nindent 12 }}
98+
{{- toYaml $.Values.global.containerSecurityContext | nindent 12 }}
9999
{{- end }}
100100
ports:
101101
-

0 commit comments

Comments
 (0)