Skip to content

Commit

Permalink
forgot $
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Oct 23, 2024
1 parent 2ef3389 commit 374cc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/data/infrastructure-aws/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: ${CLUSTER_NAME}-control-plane
spec:
nodeName: "{{ ds.meta_data.local_hostname }}"
channel: "{KUBERNETES_VERSION}-classic/edge"
channel: "${KUBERNETES_VERSION}-classic/edge"
controlPlane:
cloudProvider: external
replicas: ${CONTROL_PLANE_MACHINE_COUNT}
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
template:
spec:
nodeName: "{{ ds.meta_data.local_hostname }}"
channel: "{KUBERNETES_VERSION}-classic/edge"
channel: "${KUBERNETES_VERSION}-classic/edge"
---
apiVersion: addons.cluster.x-k8s.io/v1beta1
kind: ClusterResourceSet
Expand Down

0 comments on commit 374cc2d

Please sign in to comment.