Add Argo CD app of apps bootstrap

This commit is contained in:
2026-07-22 23:46:40 +02:00
parent 46c8c3e055
commit fd3cbb89c2
4 changed files with 95 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-config
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
targetRevision: main
path: infrastructure/metallb
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true