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