Skip to content

Commit

Permalink
add required accessModes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssz1997 committed Nov 1, 2023
1 parent 36e12dd commit 11d7046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/charts/alluxio/templates/csi/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ metadata:
name: {{ $fullName }}-alluxio-csi-fuse-pvc
spec:
storageClassName: {{ $fullName }}-csi-storage-class
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Mi # The storage here is only for mount, so the size doesn't matter

0 comments on commit 11d7046

Please sign in to comment.