From 7fb02e9c6a71d7b3e5e6fd5e960e3432a03c8197 Mon Sep 17 00:00:00 2001 From: roukydesbois Date: Tue, 5 Nov 2024 13:58:39 +0000 Subject: [PATCH] adding annotation for resolveing sync --- k3s-tooling/templates/traefik.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k3s-tooling/templates/traefik.yaml b/k3s-tooling/templates/traefik.yaml index 6466785..de37cd8 100644 --- a/k3s-tooling/templates/traefik.yaml +++ b/k3s-tooling/templates/traefik.yaml @@ -12,6 +12,13 @@ spec: repoURL: "https://traefik.github.io/charts" chart: traefik targetRevision: {{ .Values.traefik.targetRevision }} + helm: + valuesObject: + ingressRoute: + dashboard: + enabled: false + annotations: + test: test destination: server: {{ .Values.traefik.destination.server }} namespace: {{ .Values.traefik.destination.namespace }}