Skip to content

Commit 9a9082e

Browse files
authored
Merge pull request #44026 from 1000Delta/patch-1
[zh] Fix translations of tutorial configure-redis-using-configmap.md
2 parents 7bf5524 + 55d4057 commit 9a9082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tutorials/configuration/configure-redis-using-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ConfigMap above as `/redis-master/redis.conf` inside the Pod.
9292

9393
*`spec.volumes[1]` 创建一个名为 `config` 的卷。
9494
* `spec.volumes[1].items[0]` 下的 `key``path` 会将来自 `example-redis-config`
95-
ConfigMap 中的 `redis-config` 密钥公开在 `config` 卷上一个名为 `redis.conf` 的文件中。
95+
ConfigMap 中的 `redis-config` 键公开在 `config` 卷上一个名为 `redis.conf` 的文件中。
9696
* 然后 `config` 卷被 `spec.containers[0].volumeMounts[1]` 挂载在 `/redis-master`
9797

9898
这样做的最终效果是将上面 `example-redis-config` 配置中 `data.redis-config`

0 commit comments

Comments
 (0)