Skip to content

Commit bac91f4

Browse files
authored
Merge pull request #52 from ollymaunder-dnv/fix-container-security-context
containerSecurityContext was being ignored
2 parents 10a2e17 + 0a10748 commit bac91f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/platform-service/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ spec:
181181
{{- if .Values.workingDir }}
182182
workingDir: {{ .Values.workingDir }}
183183
{{- end }}
184-
{{- if .Values.securityContext }}
184+
{{- if .Values.containerSecurityContext }}
185185
securityContext:
186186
{{- toYaml .Values.containerSecurityContext | nindent 12 }}
187187
{{- end }}

0 commit comments

Comments
 (0)