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