From 8ca343f4000cd64fbbdb4f9ee2cd685953476d52 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Tue, 31 May 2022 23:10:51 +0200 Subject: [PATCH] hmmm --- helms/traefik-chart.yaml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/helms/traefik-chart.yaml b/helms/traefik-chart.yaml index 68fe6a7..e2935a4 100644 --- a/helms/traefik-chart.yaml +++ b/helms/traefik-chart.yaml @@ -1,11 +1,17 @@ -project: default -source: - repoURL: "https://helm.traefik.io/traefik" - targetRevision: 10.20.1 - helm: - valueFiles: - - .helms/traefik-values.yaml - chart: traefik -destination: - server: "https://kubernetes.default.svc" +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefiktest namespace: traefiktest +spec: + project: default + source: + repoURL: "https://helm.traefik.io/traefik" + targetRevision: 10.20.1 + helm: + valueFiles: + - .helms/traefik-values.yaml + chart: traefik + destination: + server: "https://kubernetes.default.svc" + namespace: traefiktest