Merge pull request #24836 from zhanw15/patch-1

Update zh translation in configure-pod-configmap.md
pull/24813/head
Kubernetes Prow Robot 2020-11-01 16:56:52 -08:00 committed by GitHub
commit ec9947cf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ As explained in [Create ConfigMaps from files](#create-configmaps-from-files), w
-->
## 将 ConfigMap 数据添加到一个卷中
如基于文件创建 ConfigMap](#create-configmaps-from-files) 中所述,当你使用
如基于文件创建 [ConfigMap](#create-configmaps-from-files) 中所述,当你使用
`--from-file` 创建 ConfigMap 时,文件名成为存储在 ConfigMap 的 `data` 部分中的键,
文件内容成为键对应的值。