Skip to content

Commit 82c3009

Browse files
authored
Merge pull request #49219 from Arhell/ja-path
[ja] Use a path different from the key in the ConfigMap
2 parents 823a18a + 8140bfd commit 82c3009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ spec:
213213
name: log-config
214214
items:
215215
- key: log_level
216-
path: log_level
216+
path: log_level.conf
217217
```
218218

219-
`log-config`ConfigMapはボリュームとしてマウントされ、その`log_level`エントリに格納されているすべてのコンテンツは、パス`/etc/config/log_level`のPodにマウントされます。
219+
`log-config`ConfigMapはボリュームとしてマウントされ、その`log_level`エントリに格納されているすべてのコンテンツは、パス`/etc/config/log_level.conf`のPodにマウントされます。
220220
このパスはボリュームの`mountPath`と`log_level`をキーとする`path`から派生することに注意してください。
221221

222222

0 commit comments

Comments
 (0)