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