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