We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9e324d + 8676bcf commit 8a1bb4cCopy full SHA for 8a1bb4c
content/en/docs/concepts/storage/volumes.md
@@ -179,11 +179,11 @@ spec:
179
name: log-config
180
items:
181
- key: log_level
182
- path: log_level
+ path: log_level.conf
183
```
184
185
The `log-config` ConfigMap is mounted as a volume, and all contents stored in
186
-its `log_level` entry are mounted into the Pod at path `/etc/config/log_level`.
+its `log_level` entry are mounted into the Pod at path `/etc/config/log_level.conf`.
187
Note that this path is derived from the volume's `mountPath` and the `path`
188
keyed with `log_level`.
189
0 commit comments