Skip to content

Commit

Permalink
Fix k3s template
Browse files Browse the repository at this point in the history
  • Loading branch information
anmazzotti committed Oct 2, 2023
1 parent 13f0a94 commit a37ce1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure-elemental/v0.0.1/cluster-template-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: ElementalMachineTemplate
name: ${CLUSTER_NAME}-md-0
version: ${KUBERNETES_VERSION}
version: ${KUBERNETES_VERSION}+k3s1
---
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: KThreesControlPlane
Expand All @@ -69,7 +69,7 @@ spec:
kind: ElementalMachineTemplate
name: ${CLUSTER_NAME}-control-plane
replicas: 1
version: ${KUBERNETES_VERSION}
version: ${KUBERNETES_VERSION}+k3s1
---
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: ElementalCluster
Expand Down

0 comments on commit a37ce1e

Please sign in to comment.