Skip to content

Commit

Permalink
feature<root>: add cce obs example
Browse files Browse the repository at this point in the history
  • Loading branch information
xishengcai committed Nov 28, 2022
1 parent 7e92ae5 commit 29e145a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/volumeclaims/sample_application_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ spec:

volumeClaims:
- type: StorageClass
storageClassName: hello
storageClassName: csi-obs
name: sc-2
size: 10Gi
# accessMode: ReadOnlyOnce
# huawei cce obs must use ReadOnlyMany
accessMode: ReadOnlyMany
- type: HostPath
hostPath: /data/opt/xxx
name: hp-1
Expand Down

0 comments on commit 29e145a

Please sign in to comment.