From 688d1b0d567de6da0c3de3399cd1e421608eb4dd Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 13 Jan 2026 14:53:16 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20argocd-project-cluster-infra.yaml?= =?UTF-8?q?=20f=C3=BCr=20die=20Cluster-weite=20Infrastruktur=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../argocd-project-cluster-infra.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 07_bootstrap_argocd/argocd-project-cluster-infra.yaml diff --git a/07_bootstrap_argocd/argocd-project-cluster-infra.yaml b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml new file mode 100644 index 0000000..cc6097b --- /dev/null +++ b/07_bootstrap_argocd/argocd-project-cluster-infra.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: cluster-infra + namespace: argocd +spec: + description: Cluster-weite Infrastructure + destinations: + - namespace: '*' + server: https://kubernetes.default.svc + sourceRepos: + - https://git.hnrx.net/homelab/rke2-single-node.git + clusterResourceWhitelist: + - group: gateway.networking.k8s.io + kind: GatewayClass + - group: storage.k8s.io + kind: StorageClass