Skip to content

Commit

Permalink
Merge pull request #597 from umagnus/change-test-sc
Browse files Browse the repository at this point in the history
test(e2e): change the storageclass configuration method in the test file
  • Loading branch information
k8s-ci-robot authored Apr 15, 2023
2 parents 4d9012e + 9cc145f commit 86dacf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
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: smb
spec:
storageClassName: smb
accessModes: ["ReadWriteOnce"]
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: smb
spec:
storageClassName: smb
accessModes: ["ReadWriteOnce"]
resources:
requests:
Expand Down
3 changes: 1 addition & 2 deletions deploy/example/windows/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: persistent-storage
annotations:
volume.beta.kubernetes.io/storage-class: smb
spec:
storageClassName: smb
accessModes: ["ReadWriteMany"]
resources:
requests:
Expand Down

0 comments on commit 86dacf7

Please sign in to comment.