We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cf530 commit d815915Copy full SHA for d815915
content/zh-cn/docs/tutorials/configuration/configure-redis-using-configmap.md
@@ -103,7 +103,7 @@ ConfigMap above as `/redis-master/redis.conf` inside the Pod.
103
104
* 由 `spec.volumes[1]` 创建一个名为 `config` 的卷。
105
* `spec.volumes[1].items[0]` 下的 `key` 和 `path` 会将来自 `example-redis-config`
106
- ConfigMap 中的 `redis-config` 密钥公开在 `config` 卷上一个名为 `redis-config` 的文件中。
+ ConfigMap 中的 `redis-config` 密钥公开在 `config` 卷上一个名为 `redis.conf` 的文件中。
107
* 然后 `config` 卷被 `spec.containers[0].volumeMounts[1]` 挂载在 `/redis-master`。
108
109
这样做的最终效果是将上面 `example-redis-config` 配置中 `data.redis-config`
0 commit comments