Files
GitOps/eu-central-1/root-apps-app.yaml
T
2026-06-06 15:47:25 +02:00

23 lines
544 B
YAML
Executable File

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: orchestration-root-app-eu-central-1
namespace: argocd
spec:
project: default
destination:
namespace: kube-devops
server: https://kubernetes.default.svc
sources:
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./eu-central-1/argo-apps
targetRevision: main
directory:
recurse: true
jsonnet: {}
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true#