Skip to content

Commit da25e4b

Browse files
authored
Merge pull request #3227 from mweibel/patch-1
use correct machine type env var
2 parents 45731ba + ad3b93d commit da25e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cluster-template-machinepool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
availabilityZones:
9797
- "${AWS_AVAILABILITY_ZONE}"
9898
awsLaunchTemplate:
99-
instanceType: "${AWS_CONTROL_PLANE_MACHINE_TYPE}"
99+
instanceType: "${AWS_NODE_MACHINE_TYPE}"
100100
sshKeyName: "${AWS_SSH_KEY_NAME}"
101101
---
102102
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1

0 commit comments

Comments
 (0)