Argo/apps/templates/ci.yaml

24 lines
504 B
YAML
Raw Normal View History

2022-06-05 22:27:02 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ci
2022-06-05 22:29:12 +02:00
namespace: argo-cd
2022-06-05 22:27:02 +02:00
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
2022-06-05 22:29:12 +02:00
syncOptions:
- CreateNamespace=true