Skip to content

Commit

Permalink
Merge pull request #3227 from mweibel/patch-1
Browse files Browse the repository at this point in the history
use correct machine type env var
  • Loading branch information
k8s-ci-robot committed Feb 17, 2022
2 parents 45731ba + ad3b93d commit da25e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cluster-template-machinepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
availabilityZones:
- "${AWS_AVAILABILITY_ZONE}"
awsLaunchTemplate:
instanceType: "${AWS_CONTROL_PLANE_MACHINE_TYPE}"
instanceType: "${AWS_NODE_MACHINE_TYPE}"
sshKeyName: "${AWS_SSH_KEY_NAME}"
---
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
Expand Down

0 comments on commit da25e4b

Please sign in to comment.