From e176ac3a89808edab6ccd273c36290690d696dba Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 13 Jan 2026 15:44:03 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20die=20Cluster-Ressourcen-Whitelist?= =?UTF-8?q?=20zu=20argocd-project-cluster-infra.yaml=20hinzu?= 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, 3 insertions(+) diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml index 5265a46..135ae7d 100644 --- a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -11,3 +11,6 @@ spec: sourceRepos: - https://git.hnrx.net/homelab/rke2-single-node.git - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts + clusterResourceWhitelist: + - group: '*' + kind: '*'