From e0d786c7a4328127241f958d925dc863165a87db Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 16 Nov 2021 17:57:18 +0100 Subject: [PATCH] add argocd helm --- k8s/argocd/templates/applications.yaml | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 k8s/argocd/templates/applications.yaml diff --git a/k8s/argocd/templates/applications.yaml b/k8s/argocd/templates/applications.yaml deleted file mode 100644 index 77a03ea..0000000 --- a/k8s/argocd/templates/applications.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: applications -spec: - destination: - name: '' - namespace: argocd - server: 'https://kubernetes.default.svc' - source: - helm: - valueFiles: - - values-{{ .Values.environment }}.yaml - path: k8s/applications - repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' - targetRevision: HEAD - project: default - syncPolicy: - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file