remove explicit ytmd.yaml

This commit is contained in:
James Andariese 2023-04-27 19:20:46 -05:00
parent 21ad33fb0c
commit 1019cbde91

View File

@ -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 }}