Skip to content

Commit edf2f1f

Browse files
committed
Revert v - it's needed there but not elsewhere
1 parent 9ccf9d8 commit edf2f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cluster-template-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
kind: AWSMachineTemplate
4848
name: "${CLUSTER_NAME}-control-plane"
4949
replicas: ${CONTROL_PLANE_MACHINE_COUNT:=1}
50-
version: "${KUBERNETES_VERSION}"
50+
version: "v${KUBERNETES_VERSION}"
5151
upgradeStrategy: "${UPGRADE_STRATEGY}"
5252
---
5353
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2

0 commit comments

Comments
 (0)