Merge pull request #27627 from vincent-pli/change-description-cm-mount

change description for CM mount
This commit is contained in:
Kubernetes Prow Robot
2021-05-27 07:46:24 -07:00
committed by GitHub
@@ -934,7 +934,7 @@ In this case, the `SPECIAL_LEVEL` item will be mounted in the `config-volume` vo
### 将 ConfigMap 数据添加到数据卷中的特定路径
使用 `path` 字段为特定的 ConfigMap 项目指定预期的文件路径。
在这里,`SPECIAL_LEVEL` 将挂载在 `config-volume` 数据卷中 `/etc/config/keys` 目录下。
在这里,ConfigMap中,键值 `SPECIAL_LEVEL` 的内容将挂载在 `config-volume` 数据卷中 `/etc/config/keys` 文件下。
{{< codenew file="pods/pod-configmap-volume-specific-key.yaml" >}}