Skip to content

Commit

Permalink
change the storageclass configuration method in the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
umagnus committed Apr 13, 2023
1 parent 9a04374 commit a75de2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions deploy/example/nfs/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: blob-nfs
spec:
storageClassName: blob-nfs
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down
3 changes: 1 addition & 2 deletions deploy/example/statefulset-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: blob-nfs
spec:
storageClassName: blob-nfs
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down
3 changes: 1 addition & 2 deletions deploy/example/statefulset-nonroot-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: blob-nfs
spec:
storageClassName: blob-nfs
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down
3 changes: 1 addition & 2 deletions deploy/example/statefulset-nonroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: blob-fuse
spec:
storageClassName: blob-fuse
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down
3 changes: 1 addition & 2 deletions deploy/example/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: blob-fuse
spec:
storageClassName: blob-fuse
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down

0 comments on commit a75de2f

Please sign in to comment.