This commit is contained in:
Roxedus 2022-06-05 22:27:02 +02:00
parent b75031fd54
commit 9f830f58a6
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

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

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