Skip to content

Commit f4023bb

Browse files
committed
fix typo
1 parent 796f55d commit f4023bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/persistent-volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ spec:
483483

484484
## 编写可移植配置
485485

486-
如果您正在编写在多种群集上运行并需要持久存储的配置模板或示例,我们建议您使用以下模式:
486+
如果您正在编写在多种集群上运行并需要持久存储的配置模板或示例,我们建议您使用以下模式:
487487

488488
- 要在您的在配置组合中包含 `PersistentVolumeClaim` 对象(与 Deployment、ConfigMap等一起)。
489489
- 不要在配置中包含 `PersistentVolume` 对象,因为用户实例化配置可能没有创建 `PersistentVolume` 的权限。

0 commit comments

Comments
 (0)