Merge pull request #438 from umagnus/change-test-sc

test(e2e): change the storageclass configuration method in the test file
This commit is contained in:
Kubernetes Prow Robot 2023-04-13 21:06:38 -07:00 committed by GitHub
commit da976fd5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,9 +33,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: nfs-csi
spec:
storageClassName: nfs-csi
accessModes: ["ReadWriteOnce"]
resources:
requests: