Skip to content

Commit 9e27b11

Browse files
committed
Minor change in pdf
1 parent 167ca63 commit 9e27b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/13-configmaps-secrets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ With the keyword `envFrom`, all the key/value pairs defined in the `ConfigMap` w
8282

8383
::right::
8484

85-
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-env.yaml yaml[pod-echo-server-env.yaml]{all|11-13|14-19|all}{lines:true,at:1}
85+
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-env.yaml yaml[pod-echo-server-env.yaml]{all|11-13|14-19|11-19}{lines:true,at:1}
8686

8787
<!--
8888
```shell
@@ -114,7 +114,7 @@ The whole content of the `configMap` can be mounted to a directory, or alternati
114114

115115
::right::
116116

117-
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-volumes.yaml yaml[pod-echo-server-volumes.yaml]{all|20-24|14-19|all}{lines:true,at:1}
117+
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-volumes.yaml yaml[pod-echo-server-volumes.yaml]{all|20-24|14-19|14-24}{lines:true,at:1}
118118

119119
<!--
120120
```shell
@@ -172,7 +172,7 @@ As with `ConfigMaps`, `Secrets` can be used both in the `envFrom` section...
172172

173173
::right::
174174

175-
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-secrets.yaml yaml[pod-echo-server-secrets.yaml]{all|11-13|14-19|all}{lines:true,at:1}
175+
<<<@/snippets/manifests/configmaps-secrets/pod-echo-server-secrets.yaml yaml[pod-echo-server-secrets.yaml]{all|11-13|14-19|11-19}{lines:true,at:1}
176176

177177
<!--
178178
```shell

0 commit comments

Comments
 (0)