Skip to content

Commit

Permalink
fix missing newline (#9504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moglum authored Oct 8, 2024
1 parent ad878dd commit 31d5f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: {{ include "kubernetes-dashboard.name" . }}
{{- with .Values.app.labels }}
{{- toYaml . }}
{{ toYaml . }}
{{- end }}
{{- end -}}

Expand Down

0 comments on commit 31d5f5d

Please sign in to comment.