Skip to content

Commit 249a03b

Browse files
authored
Merge pull request #42397 from stonexthree/stonexthree-patch-1
[zh] Correct the wrong description about the type of volumeMounts.subPath
2 parents 172f17e + 09eb06b commit 249a03b

File tree

1 file changed

+1
-1
lines changed
  • content/zh-cn/docs/reference/kubernetes-api/workload-resources

1 file changed

+1
-1
lines changed

content/zh-cn/docs/reference/kubernetes-api/workload-resources/pod-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ A single application container that you want to run within a pod.
19401940
19411941
如果为 true,则以只读方式挂载,否则(false 或未设置)以读写方式挂载。默认为 false。
19421942
1943-
- **volumeMounts.subPath** (boolean)
1943+
- **volumeMounts.subPath** (string)
19441944
19451945
卷中的路径,容器中的卷应该这一路径安装。默认为 ""(卷的根)。
19461946

0 commit comments

Comments
 (0)