Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 3a8386b

Browse files
authored
Merge pull request #198 from rawkode/patch-1
🐛 control plane template should use correct variable
2 parents c56c057 + 685e8df commit 3a8386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
spec:
6666
OS: "${NODE_OS}"
6767
billingCycle: hourly
68-
machineType: "${WORKER_NODE_TYPE}"
68+
machineType: "${CONTROLPLANE_NODE_TYPE}"
6969
sshKeys:
7070
- "${SSH_KEY}"
7171
tags: []

0 commit comments

Comments
 (0)