Argo/apps/templates/root.yaml

22 lines
478 B
YAML
Raw Normal View History

2022-06-01 00:22:55 +02:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
2022-06-05 22:19:32 +02:00
namespace: argo-cd
2022-06-01 00:22:55 +02:00
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
2022-06-05 22:19:32 +02:00
namespace: argo-cd
2022-06-01 00:22:55 +02:00
project: default
source:
path: apps/
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
2022-06-03 21:12:57 +02:00
syncOptions:
- CreateNamespace=true