diff --git a/tests/helm/expectedTemplates/csi/pvc.yaml b/tests/helm/expectedTemplates/csi/pvc.yaml index fda60c547..14c4b6508 100644 --- a/tests/helm/expectedTemplates/csi/pvc.yaml +++ b/tests/helm/expectedTemplates/csi/pvc.yaml @@ -17,6 +17,8 @@ metadata: name: dummy-alluxio-alluxio-csi-fuse-pvc spec: storageClassName: dummy-alluxio-csi-storage-class + accessModes: + - ReadWriteOnce resources: requests: storage: 1Mi # The storage here is only for mount, so the size doesn't matter