diff --git a/charts/rancher-turtles/templates/clusterctl-config.yaml b/charts/rancher-turtles/templates/clusterctl-config.yaml index 87621e29..096ec6d7 100644 --- a/charts/rancher-turtles/templates/clusterctl-config.yaml +++ b/charts/rancher-turtles/templates/clusterctl-config.yaml @@ -31,6 +31,9 @@ data: - name: "digitalocean" url: "https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/releases/v1.6.0/infrastructure-components.yaml" type: "InfrastructureProvider" + - name: "elemental" + url: "https://github.com/rancher-sandbox/cluster-api-provider-elemental/releases/v0.6.0/infrastructure-components.yaml" + type: "InfrastructureProvider" # Bootstrap providers - name: "kubeadm"