Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Set sizeGiB for AWS classy cluster overlay (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydp committed Oct 25, 2022
1 parent aa74cc8 commit b729116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/infrastructure-aws/v1.2.0/yttcc/overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
- name: worker
value:
instanceType: #@ data.values.NODE_MACHINE_TYPE_1
rootVolume:
sizeGiB: #@ data.values.AWS_NODE_OS_DISK_SIZE_GIB
#@ end
#@overlay/append
- class: tkg-worker
Expand All @@ -99,6 +101,8 @@ spec:
- name: worker
value:
instanceType: #@ data.values.NODE_MACHINE_TYPE_2
rootVolume:
sizeGiB: #@ data.values.AWS_NODE_OS_DISK_SIZE_GIB
#@ end
#@ end
#@overlay/match missing_ok=True
Expand Down

0 comments on commit b729116

Please sign in to comment.