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