Skip to content

Commit

Permalink
Fix indentation for containerSecurityContext (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshNirkhe committed Mar 27, 2022
1 parent 4282443 commit 79ffe71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
resources: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 8 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector: {{ toYaml . | nindent 8 }}
Expand Down

0 comments on commit 79ffe71

Please sign in to comment.