Skip to content

Commit e6d07ed

Browse files
committed
fix whitespace in runtimeconfigmap annotations
Signed-off-by: Tom Hayward <[email protected]>
1 parent b0329ec commit e6d07ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/runtime-configmap.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 "cortex.labels" $ | nindent 4 }}
10-
{{- with .annotations -}}
10+
{{- with .annotations }}
1111
annotations:
1212
{{- toYaml . | nindent 4 }}
1313
{{- end }}

0 commit comments

Comments
 (0)