Skip to content

Commit c9daa3a

Browse files
committed
[ko] Update configure-redis-using-configmap.md
1 parent 95ca859 commit c9daa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/conte
6161
Redis 파드 매니페스트의 내용을 검토하고 다음의 사항을 염두에 둔다.
6262

6363
* `config` 라는 이름의 볼륨은 `spec.volumes[1]` 에 의해서 생성된다.
64-
* `spec.volumes[1].items[0]` 내부의 `key``path``config` 볼륨에 `redis.conf` 라는 파일명으로 지정된
64+
* `spec.volumes[1].configMap.items[0]` 내부의 `key``path``config` 볼륨에 `redis.conf` 라는 파일명으로 지정된
6565
`example-redis-config` 컨피그맵의 `redis-config` 키를 노출시킨다.
6666
* 그리고 `config` 볼륨은 `spec.containers[0].volumeMounts[1]` 에 의해서 `/redis-master` 에 마운트된다.
6767

0 commit comments

Comments
 (0)