Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Correct pvc sizes to fit fetched images
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed May 7, 2019
1 parent 3aa8c10 commit 1d9eb92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/playbooks/kubevirt_pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
name: pvc1
access_modes:
- ReadWriteOnce
size: 20Mi
size: 100Mi

- name: Create a blank PVC image
kubevirt_pvc:
namespace: default
name: pvc-blank
access_modes:
- ReadWriteOnce
size: 20Mi
size: 100Mi
cdi_source:
blank: yes
wait: yes
Expand All @@ -28,7 +28,7 @@
name: pvc-demo
access_modes:
- ReadWriteOnce
size: 20Mi
size: 100Mi
cdi_source:
http:
url: "https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
Expand All @@ -40,7 +40,7 @@
name: pvc-demo2
access_modes:
- ReadWriteOnce
size: 20Mi
size: 100Mi
cdi_source:
pvc:
namespace: default
Expand Down

0 comments on commit 1d9eb92

Please sign in to comment.