We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bc456 commit 509ddaeCopy full SHA for 509ddae
content/en/docs/chart_template_guide/accessing_files.md
@@ -176,6 +176,7 @@ conjunction with the `Glob` method.
176
Given the directory structure from the [Glob](#glob-patterns) example above:
177
178
```yaml
179
+---
180
apiVersion: v1
181
kind: ConfigMap
182
metadata:
content/en/docs/chart_template_guide/variables.md
@@ -128,6 +128,7 @@ in a range and you need to know the chart's release name.
128
An example illustrating this:
129
130
{{- range .Values.tlsSecrets }}
131
132
133
kind: Secret
134
@@ -146,7 +147,6 @@ type: kubernetes.io/tls
146
147
data:
148
tls.crt: {{ .certificate }}
149
tls.key: {{ .key }}
----
150
{{- end }}
151
```
152
0 commit comments