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.
2 parents 5af5685 + bd2c8d0 commit 337ef04Copy full SHA for 337ef04
content/en/docs/tutorials/configuration/configure-redis-using-configmap.md
@@ -61,7 +61,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/conte
61
Examine the contents of the Redis pod manifest and note the following:
62
63
* A volume named `config` is created by `spec.volumes[1]`
64
-* The `key` and `path` under `spec.volumes[1].items[0]` exposes the `redis-config` key from the
+* The `key` and `path` under `spec.volumes[1].configMap.items[0]` exposes the `redis-config` key from the
65
`example-redis-config` ConfigMap as a file named `redis.conf` on the `config` volume.
66
* The `config` volume is then mounted at `/redis-master` by `spec.containers[0].volumeMounts[1]`.
67
0 commit comments