We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f96e1 commit 7470f6cCopy full SHA for 7470f6c
charts/devtron/templates/install.yaml
@@ -82,7 +82,7 @@ spec:
82
spec:
83
{{- if and $.Values.global $.Values.global.podSecurityContext }}
84
securityContext:
85
-{{- toYaml . | nindent 8 }}
+{{- toYaml $.Values.global.podSecurityContext | nindent 8 }}
86
{{- end }}
87
containers:
88
-
@@ -95,7 +95,7 @@ spec:
95
name: inception
96
{{- if and $.Values.global $.Values.global.containerSecurityContext }}
97
98
- {{- toYaml . | nindent 12 }}
+{{- toYaml $.Values.global.containerSecurityContext | nindent 12 }}
99
100
ports:
101
0 commit comments