From d6bc103413efb8cb6377613826f92889e51aa95f Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 9 Oct 2019 15:18:35 -0700 Subject: [PATCH] changes on master to --- apps/templates/sync-waves.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/templates/sync-waves.yaml diff --git a/apps/templates/sync-waves.yaml b/apps/templates/sync-waves.yaml new file mode 100644 index 0000000..cd6a0ad --- /dev/null +++ b/apps/templates/sync-waves.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sync-waves + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: argocd + server: {{ .Values.spec.destination.server }} + project: default + source: + path: guestbook + repoURL: https://github.com/argoproj/argocd-example-apps + targetRevision: {{ .Values.spec.source.targetRevision }} + syncPolicy: + automated: + prune: true