Skip to content

Commit

Permalink
Revert move empty line in custom labels
Browse files Browse the repository at this point in the history
  • Loading branch information
antvick committed Nov 2, 2022
1 parent 58684d4 commit 71b0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kminion/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
{{- end}}
labels:
{{- include "kminion.selectorLabels" . | nindent 8}}
{{- if .Values.customLabels -}}
{{- if .Values.customLabels}}
{{toYaml .Values.customLabels | nindent 8}}
{{- end}}
spec:
Expand Down

0 comments on commit 71b0ac2

Please sign in to comment.