File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,17 +322,17 @@ spec:
322
322
name : log-config
323
323
items :
324
324
- key : log_level
325
- path : log_level
325
+ path : log_level.conf
326
326
` ` `
327
327
328
328
<!--
329
329
The ` log-config` ConfigMap is mounted as a volume, and all contents stored in
330
- its `log_level` entry are mounted into the Pod at path `/etc/config/log_level`.
330
+ its `log_level` entry are mounted into the Pod at path `/etc/config/log_level.conf `.
331
331
Note that this path is derived from the volume's `mountPath` and the `path`
332
332
keyed with `log_level`.
333
333
-->
334
334
` log-config` ConfigMap 以卷的形式挂载,并且存储在 `log_level`
335
- 条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level` 路径下。
335
+ 条目中的所有内容都被挂载到 Pod 的 `/etc/config/log_level.conf ` 路径下。
336
336
请注意,这个路径来源于卷的 `mountPath` 和 `log_level` 键对应的 `path`。
337
337
338
338
{{< note >}}
You can’t perform that action at this time.
0 commit comments