This commit is contained in:
Roxedus 2022-06-05 22:05:34 +02:00
parent dd2ee89680
commit 6e12958c9e
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-cd
namespace: ci
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: argo-cd
project: default
source:
path: Charts/argo-cd
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true