Skip to content

Commit 233ecec

Browse files
revert additionalVolumes from templates (#2342)
Signed-off-by: Prajyot Parab <[email protected]>
1 parent bcaa88e commit 233ecec

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

templates/cluster-template.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ metadata:
129129
spec:
130130
template:
131131
spec:
132-
additionalVolumes:
133-
- name: additional-volume-1
134-
profile: general-purpose
135-
sizeGiB: 50
136-
- iops: 100
137-
name: additional-volume-2
138-
profile: custom
139-
sizeGiB: 50
140132
bootVolume:
141133
sizeGiB: ${IBMVPC_WORKER_BOOT_VOLUME_SIZEGIB:=20}
142134
image:

templates/cluster-template/md.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@ metadata:
55
spec:
66
template:
77
spec:
8-
additionalVolumes:
9-
- name: additional-volume-1
10-
profile: general-purpose
11-
sizeGiB: 50
12-
- name: additional-volume-2
13-
profile: custom
14-
sizeGiB: 50
15-
iops: 100
168
bootVolume:
179
sizeGiB: ${IBMVPC_WORKER_BOOT_VOLUME_SIZEGIB:=20}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,6 @@ metadata:
400400
spec:
401401
template:
402402
spec:
403-
additionalVolumes:
404-
- name: additional-volume-1
405-
profile: general-purpose
406-
sizeGiB: 50
407-
- iops: 100
408-
name: additional-volume-2
409-
profile: custom
410-
sizeGiB: 50
411403
bootVolume:
412404
sizeGiB: ${IBMVPC_WORKER_BOOT_VOLUME_SIZEGIB:=20}
413405
image:

0 commit comments

Comments
 (0)