gitops-zurrli/_apps/argocd.yaml

22 lines
466 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: system
source:
path: argocd
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true