Skip to content

Commit

Permalink
test: reduce footprint of requested pvc to 1G from 5G
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Sep 8, 2023
1 parent 8da92ee commit 565a1dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/testdata/pvc_tests/pvc-clone-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storage: 1Gi
storageClassName: %s
dataSource:
name: %s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
volumeMode: %s
resources:
requests:
storage: 5Gi
storage: 1Gi
storageClassName: %s
dataSource:
name: %s
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/testdata/pvc_tests/pvc-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storage: 1Gi
storageClassName: %s

0 comments on commit 565a1dd

Please sign in to comment.