From 1019cbde9195b24847c064f52f132c664c79ca0b Mon Sep 17 00:00:00 2001 From: James Andariese Date: Thu, 27 Apr 2023 19:20:46 -0500 Subject: [PATCH] remove explicit ytmd.yaml --- argo1/templates/ytmd.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 argo1/templates/ytmd.yaml diff --git a/argo1/templates/ytmd.yaml b/argo1/templates/ytmd.yaml deleted file mode 100644 index be554d3..0000000 --- a/argo1/templates/ytmd.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# {{ if (index .Values "ytmd").enabled }} -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: {{ .Release.Name }}-ytmd - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - path: manifests - repoURL: https://git.strudelline.net/infra/ytmd - targetRevision: "main" - directory: - recurse: true - include: '*.yaml' - destination: - server: "https://kubernetes.default.svc" - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - retry: - limit: 10 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m0s -# {{- end }}