Skip to content

Commit

Permalink
fix(helm): invalid securityContext indent
Browse files Browse the repository at this point in the history
close #561
  • Loading branch information
tchiotludo committed Jan 21, 2021
1 parent 1c3dbf2 commit f7773c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/akhq/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
{{- end }}
{{- if .Values.securityContext }}
securityContext:
{{ toYaml .Values.securityContext | indent 8 }}
{{ toYaml .Values.securityContext | nindent 8 }}
{{- end }}
{{- if .Values.initContainers }}
initContainers:
Expand Down

0 comments on commit f7773c4

Please sign in to comment.