This commit is contained in:
Roxedus 2022-06-04 16:00:24 +02:00
parent 1571973345
commit ca0a15d223
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

19
apps/templates/ci.yaml Normal file
View File

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