From 6b59d3dc490df5b1f5670973e3f66a279005f6e9 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 16:29:39 +0200 Subject: [PATCH] yy --- apps/templates/traefik.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 apps/templates/traefik.yaml diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml deleted file mode 100644 index 13235e4..0000000 --- a/apps/templates/traefik.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: traefik - namespace: default - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: Charts/traefik - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - helm: - version: v3 - #valueFiles: - # - values.yaml - values: | - - image: - tag: v2.6.0 - syncPolicy: - automated: - prune: true - selfHeal: true