Add key-components app-of-apps: bootstrap ArgoCD via official Helm chart

This commit is contained in:
2026-09-05 00:08:58 +02:00
commit 44264c6d50
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: key-components
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: git@git.pit4noshit.de:admin/eoscloud-k8s.git
targetRevision: main
path: key-components
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true