1
0
forked from suse-edge/Factory

rancher-turtles: Update to 0.13 upstream version

Aligns with https://github.com/suse-edge/charts/pull/166
This commit is contained in:
2024-11-14 18:12:54 +00:00
committed by Steven Hardy
parent 8159c7a050
commit d95a664929
21 changed files with 966 additions and 93 deletions

View File

@@ -2,6 +2,17 @@
{{- $namespace := index .Values "cluster-api-operator" "cluster-api" "metal3" "infrastructure" "namespace" }}
{{- if not (lookup "v1" "Namespace" "" $namespace) }}
---
apiVersion: turtles-capi.cattle.io/v1alpha1
kind: ClusterctlConfig
metadata:
name: clusterctl-config
namespace: rancher-turtles-system
spec:
providers:
- name: metal3
url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.7.2/infrastructure-components.yaml"
type: InfrastructureProvider
---
apiVersion: v1
kind: Namespace
metadata: