From 3b64bf3e535c2fed0cced6c67ae815b089bb8eba Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 10 May 2026 18:00:54 +0200 Subject: [PATCH] allow https://github.com/rancher/local-path-provisioner.git repo in cluster-infra --- 07_bootstrap_argocd/argocd-project-cluster-infra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml index f53abb1..f97bb63 100644 --- a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -12,6 +12,7 @@ spec: - https://git.hnrx.net/homelab/rke2-single-node.git - https://github.com/kubernetes/autoscaler.git - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts + - https://github.com/rancher/local-path-provisioner.git clusterResourceWhitelist: - group: '*' kind: '*'