Skip to content

Commit 95465a2

Browse files
Fixed additionalvolume fields in e2e template (#2329)
1 parent af5ef66 commit 95465a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

templates/cluster-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ spec:
132132
additionalVolumes:
133133
- name: additional-volume-1
134134
profile: general-purpose
135-
sizeGiB: 25
136-
- iops: 3000
135+
sizeGiB: 50
136+
- iops: 100
137137
name: additional-volume-2
138138
profile: custom
139139
sizeGiB: 50

templates/cluster-template/md.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spec:
88
additionalVolumes:
99
- name: additional-volume-1
1010
profile: general-purpose
11-
sizeGiB: 25
11+
sizeGiB: 50
1212
- name: additional-volume-2
1313
profile: custom
1414
sizeGiB: 50
15-
iops: 3000
15+
iops: 100
1616
bootVolume:
1717
sizeGiB: ${IBMVPC_WORKER_BOOT_VOLUME_SIZEGIB:=20}

test/e2e/data/templates/cluster-template-vpc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ spec:
403403
additionalVolumes:
404404
- name: additional-volume-1
405405
profile: general-purpose
406-
sizeGiB: 25
407-
- iops: 3000
406+
sizeGiB: 50
407+
- iops: 100
408408
name: additional-volume-2
409409
profile: custom
410410
sizeGiB: 50

0 commit comments

Comments
 (0)