Merge pull request #42397 from stonexthree/stonexthree-patch-1

[zh] Correct the wrong description about the type of volumeMounts.subPath
pull/42253/head
Kubernetes Prow Robot 2023-08-05 20:16:30 -07:00 committed by GitHub
commit 249a03b915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1940,7 +1940,7 @@ A single application container that you want to run within a pod.
如果为 true则以只读方式挂载否则false 或未设置)以读写方式挂载。默认为 false。
- **volumeMounts.subPath** (boolean)
- **volumeMounts.subPath** (string)
卷中的路径,容器中的卷应该这一路径安装。默认为 ""(卷的根)。