Skip to content

Commit

Permalink
Revert v - it's needed there but not elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Apr 26, 2024
1 parent 9ccf9d8 commit edf2f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cluster-template-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
kind: AWSMachineTemplate
name: "${CLUSTER_NAME}-control-plane"
replicas: ${CONTROL_PLANE_MACHINE_COUNT:=1}
version: "${KUBERNETES_VERSION}"
version: "v${KUBERNETES_VERSION}"
upgradeStrategy: "${UPGRADE_STRATEGY}"
---
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
Expand Down

0 comments on commit edf2f1f

Please sign in to comment.