From 997c52fd6f37c3feed9640bfbf9e7c2ef2a6f993 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 25 Apr 2019 13:49:56 -0700 Subject: [PATCH] fix --- applications/templates/kustomize-guestbook.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 applications/templates/kustomize-guestbook.yaml diff --git a/applications/templates/kustomize-guestbook.yaml b/applications/templates/kustomize-guestbook.yaml new file mode 100644 index 0000000..9c52bc1 --- /dev/null +++ b/applications/templates/kustomize-guestbook.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kustomize-guestbook + namespace: argocd +spec: + destination: + namespace: argocd + server: {{ .Values.spec.destination.server }} + project: default + source: + path: kustomize-guestbook + repoURL: https://github.com/argoproj/argocd-example-apps + targetRevision: {{ .Values.spec.source.targetRevision }} + syncPolicy: + automated: + prune: true