Skip to content

Commit 836eab2

Browse files
committed
Restore the mode type defaults in the aws cluster yaml file.
Signed-off-by: Scott Froberg <[email protected]>
1 parent 7c8cfba commit 836eab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ items:
3737
architecture: {{ aws_worker_architecture|default("amd64") }}
3838
platform:
3939
aws:
40-
type: {{ worker_node_instance_type }}
40+
type: {{ worker_node_instance_type|default("m5.2xlarge") }}
4141
replicas: {{ worker_node_replicas|default("2") }}
4242
controlPlane:
4343
name: master
4444
architecture: {{ aws_master_architecture|default("amd64") }}
4545
platform:
4646
aws:
47-
type: {{ master_node_instance_type }}
47+
type: {{ master_node_instance_type|default("m5.2xlarge") }}
4848
replicas: {{ master_node_replicas|default("3") }}
4949
metadata:
5050
name: aws-sno

0 commit comments

Comments
 (0)