Skip to content

Commit 6784985

Browse files
committed
fix example
Signed-off-by: TheRealNoob <[email protected]>
1 parent af3e816 commit 6784985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: charts/kube-prometheus-stack/ci/03-non-defaults-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ extraObjects:
114114
name: test-secret
115115
labels:
116116
{{- range $key, $value := .Values.commonLabels }}
117-
{{ $key: $value }}
117+
{{ $key }}: {{ $value }}
118118
{{- end }}
119119
data:
120120
plaintext: Zm9vYmFy

Diff for: charts/kube-prometheus-stack/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@ extraManifests: null
53215321
# name: super-secret
53225322
# labels:
53235323
# {{- range $key, $value := .Values.commonLabels }}
5324-
# {{ $key: $value }}
5324+
# {{ $key }}: {{ $value }}
53255325
# {{- end }}
53265326
# data:
53275327
# plaintext: Zm9vYmFy

0 commit comments

Comments
 (0)