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 95ca859 commit c9daa3aCopy full SHA for c9daa3a
content/ko/docs/tutorials/configuration/configure-redis-using-configmap.md
@@ -61,7 +61,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/conte
61
Redis 파드 매니페스트의 내용을 검토하고 다음의 사항을 염두에 둔다.
62
63
* `config` 라는 이름의 볼륨은 `spec.volumes[1]` 에 의해서 생성된다.
64
-* `spec.volumes[1].items[0]` 내부의 `key` 와 `path` 는 `config` 볼륨에 `redis.conf` 라는 파일명으로 지정된
+* `spec.volumes[1].configMap.items[0]` 내부의 `key` 와 `path` 는 `config` 볼륨에 `redis.conf` 라는 파일명으로 지정된
65
`example-redis-config` 컨피그맵의 `redis-config` 키를 노출시킨다.
66
* 그리고 `config` 볼륨은 `spec.containers[0].volumeMounts[1]` 에 의해서 `/redis-master` 에 마운트된다.
67
0 commit comments