Skip to content

Commit 509ddae

Browse files
authored
fix: yaml examples with bad doc separator (#1654)
Signed-off-by: Terry Howe <[email protected]>
1 parent e1bc456 commit 509ddae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en/docs/chart_template_guide/accessing_files.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ conjunction with the `Glob` method.
176176
Given the directory structure from the [Glob](#glob-patterns) example above:
177177

178178
```yaml
179+
---
179180
apiVersion: v1
180181
kind: ConfigMap
181182
metadata:

content/en/docs/chart_template_guide/variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ in a range and you need to know the chart's release name.
128128
An example illustrating this:
129129
```yaml
130130
{{- range .Values.tlsSecrets }}
131+
---
131132
apiVersion: v1
132133
kind: Secret
133134
metadata:
@@ -146,7 +147,6 @@ type: kubernetes.io/tls
146147
data:
147148
tls.crt: {{ .certificate }}
148149
tls.key: {{ .key }}
149-
---
150150
{{- end }}
151151
```
152152

0 commit comments

Comments
 (0)