Skip to content

Commit 88b9c7f

Browse files
authored
Fix label formatting dashboards.yaml
Closes #358
1 parent 4b802dd commit 88b9c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/version-checker/templates/dashboards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
namespace: {{ .Release.Namespace }}
88
labels:
99
{{- include "version-checker.labels" . | nindent 4 }}
10-
{{- if .Values.dashboards.labels }}
10+
{{- if .Values.dashboards.labels | nindent 4 }}
1111
{{- .Values.dashboards.labels | toYaml }}
1212
{{- end }}
1313
data:

0 commit comments

Comments
 (0)