From 4a4756f1d05450cdb5f93bb7daf346d98a9afb2f Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 26 Mar 2024 16:50:30 +0100 Subject: [PATCH] traefik vdifferent approach --- infrastructure/03-traefik/base/traefik-helm-chart.yaml | 8 -------- infrastructure/03-traefik/kustomization.yaml | 8 ++++++-- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 infrastructure/03-traefik/base/traefik-helm-chart.yaml diff --git a/infrastructure/03-traefik/base/traefik-helm-chart.yaml b/infrastructure/03-traefik/base/traefik-helm-chart.yaml deleted file mode 100644 index 6e1cfc8..0000000 --- a/infrastructure/03-traefik/base/traefik-helm-chart.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: builtin -kind: HelmChartInflationGenerator -metadata: - name: traefik -name: traefik/traefik -version: 26.1.0 -repo: https://traefik.github.io/charts -valuesFile: base/values.yaml diff --git a/infrastructure/03-traefik/kustomization.yaml b/infrastructure/03-traefik/kustomization.yaml index 2f94e48..8acc9f5 100644 --- a/infrastructure/03-traefik/kustomization.yaml +++ b/infrastructure/03-traefik/kustomization.yaml @@ -6,5 +6,9 @@ namespace: traefik resources: - base/argo-cd-ui-ingress.yaml -generators: -- base/traefik-helm-chart.yaml +helmCharts: +- name: traefik/traefik + includeCRDs: true + version: 26.1.0 + repo: https://traefik.github.io/charts + valuesFile: base/values.yaml