Skip to content

Commit 1a11802

Browse files
committed
[ko] Fix anchor usage on docs/concepts/storage/volumes
The document uses anchor point for "Using Subpath" section as "#using-subpath", not "#subpath-사용하기", so correcting anchor usage.
1 parent 82d43bc commit 1a11802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ko/docs/concepts/storage/volumes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ spec:
273273
* [컨피그맵](/docs/tasks/configure-pod-container/configure-pod-configmap/)을 사용하기 위해서는
274274
먼저 컨피그맵을 생성해야 한다.
275275

276-
* 컨피그맵을 [`subPath`](#subpath-사용하기) 볼륨 마운트로 사용하는 컨테이너는 컨피그맵
276+
* 컨피그맵을 [`subPath`](#using-subpath) 볼륨 마운트로 사용하는 컨테이너는 컨피그맵
277277
업데이트를 수신하지 않는다.
278278

279279
* 텍스트 데이터는 UTF-8 문자 인코딩을 사용하는 파일로 노출된다. 다른 문자 인코딩의 경우, `binaryData` 를 사용한다.
@@ -285,7 +285,7 @@ spec:
285285
이것은 디렉터리를 마운트하고 요청된 데이터를 일반 텍스트 파일로 작성한다.
286286

287287
{{< note >}}
288-
다운워드 API를 [`subPath`](#subpath-사용하기) 볼륨 마운트로 사용하는 컨테이너는 다운워드 API
288+
다운워드 API를 [`subPath`](#using-subpath) 볼륨 마운트로 사용하는 컨테이너는 다운워드 API
289289
업데이트를 수신하지 않는다.
290290
{{< /note >}}
291291

@@ -894,7 +894,7 @@ tmpfs(RAM 기반 파일시스템)로 지원되기 때문에 비 휘발성 스토
894894
{{< /note >}}
895895

896896
{{< note >}}
897-
시크릿을 [`subPath`](#subpath-사용하기) 볼륨 마운트로 사용하는 컨테이너는 시크릿
897+
시크릿을 [`subPath`](#using-subpath) 볼륨 마운트로 사용하는 컨테이너는 시크릿
898898
업데이트를 수신하지 못한다.
899899
{{< /note >}}
900900

0 commit comments

Comments
 (0)