Skip to content

Commit b4b0853

Browse files
[Doc][Fix] correct the indention of storageClass in ray-cluster.persistent-redis.yaml (#3780) (#3783)
Signed-off-by: Rueian <[email protected]> Co-authored-by: Rueian <[email protected]>
1 parent 18579b2 commit b4b0853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ray-operator/config/samples/ray-cluster.persistent-redis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ kind: PersistentVolumeClaim
124124
metadata:
125125
name: redis-data
126126
spec:
127+
# choose a storageClassName provided by your Kubernetes:
128+
# storageClassName: standard-rwo
127129
accessModes:
128130
- ReadWriteOnce
129131
resources:
130132
requests:
131133
storage: 8Gi
132-
# choose a storageClassName provided by your Kubernetes:
133-
#storageClassName: standard-rwo
134134
---
135135
apiVersion: apps/v1
136136
kind: StatefulSet

0 commit comments

Comments
 (0)