From 72c1451524000873999bc45c1c50315ccdf84698 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Thu, 29 Aug 2024 13:36:22 +0200 Subject: [PATCH] Add Elemental infra provider Signed-off-by: Andrea Mazzotti --- charts/rancher-turtles/templates/clusterctl-config.yaml | 3 +++ 1 file changed, 3 insertions(+) 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"