We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3e816 commit 6784985Copy full SHA for 6784985
charts/kube-prometheus-stack/ci/03-non-defaults-values.yaml
@@ -114,7 +114,7 @@ extraObjects:
114
name: test-secret
115
labels:
116
{{- range $key, $value := .Values.commonLabels }}
117
- {{ $key: $value }}
+ {{ $key }}: {{ $value }}
118
{{- end }}
119
data:
120
plaintext: Zm9vYmFy
charts/kube-prometheus-stack/values.yaml
@@ -5321,7 +5321,7 @@ extraManifests: null
5321
# name: super-secret
5322
# labels:
5323
# {{- range $key, $value := .Values.commonLabels }}
5324
- # {{ $key: $value }}
+ # {{ $key }}: {{ $value }}
5325
# {{- end }}
5326
# data:
5327
# plaintext: Zm9vYmFy
0 commit comments