From d606a9e9c7776f20a2faf9dd1e6c90df1c41cf88 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 13 Jan 2026 15:40:06 +0100 Subject: [PATCH] =?UTF-8?q?Aktualisiere=20argocd-project-cluster-infra.yam?= =?UTF-8?q?l,=20um=20die=20Quelle=20f=C3=BCr=20csi-driver-nfs=20hinzuzuf?= =?UTF-8?q?=C3=BCgen=20und=20die=20Cluster-Ressourcen-Whitelist=20zu=20erw?= =?UTF-8?q?eitern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 07_bootstrap_argocd/argocd-project-cluster-infra.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml index cc6097b..6877aaf 100644 --- a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -10,8 +10,9 @@ spec: server: https://kubernetes.default.svc sourceRepos: - https://git.hnrx.net/homelab/rke2-single-node.git + - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts clusterResourceWhitelist: - group: gateway.networking.k8s.io kind: GatewayClass - - group: storage.k8s.io + - group: '*' kind: StorageClass