Füge argocd-project-cluster-infra.yaml für die Cluster-weite Infrastruktur hinzu

This commit is contained in:
Matthias Hinrichs
2026-01-13 14:53:16 +01:00
parent 8265fa90dd
commit 688d1b0d56
@@ -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