diff --git a/argocd-helm-charts/capi-cluster/templates/cluster-api.yaml b/argocd-helm-charts/capi-cluster/templates/cluster-api.yaml deleted file mode 100644 index c99e7e6cf..000000000 --- a/argocd-helm-charts/capi-cluster/templates/cluster-api.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: addons.cluster.x-k8s.io/v1alpha1 -kind: HelmChartProxy -metadata: - name: cluster-api-{{ .Values.global.clusterName }} - namespace: capi-cluster-{{ .Values.global.customerid }} -spec: - clusterSelector: - matchLabels: - cluster.x-k8s.io/name: {{ .Values.global.clusterName }} - repoURL: https://kubernetes-sigs.github.io/cluster-api-operator - chartName: cluster-api-operator - namespace: cluster-api - releaseName: cluster-api - version: 0.10.1 - options: - waitForJobs: true - wait: true - timeout: 5m0s - install: - createNamespace: true - valuesTemplate: | - addon: helm - bootstrap: kubeadm:{{ .Values.global.clusterAPI.version }} - controlPlane: kubeadm:{{ .Values.global.clusterAPI.version }} - core: cluster-api:{{ .Values.global.clusterAPI.version }} - {{- if (.Values.global.capa).version }} - infrastructure: aws:{{ .Values.global.capa.version }} - {{- else if (.Values.global.caph).version }} - infrastructure: hetzner:{{ .Values.global.caph.version }} - {{- end }}