From e994f546d60c996ae3cfdc1de3c53ade6862d5ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Jan 2026 10:04:25 +0100 Subject: [PATCH] fix(base-cluster/ingress): disable traefik apiCheck Otherwise this fails during test-templating --- charts/base-cluster/templates/ingress/traefik.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/base-cluster/templates/ingress/traefik.yaml b/charts/base-cluster/templates/ingress/traefik.yaml index 3310cd13fa..bebb740cdf 100644 --- a/charts/base-cluster/templates/ingress/traefik.yaml +++ b/charts/base-cluster/templates/ingress/traefik.yaml @@ -63,6 +63,7 @@ spec: resources: {{- include "common.resources" .Values.ingress | nindent 8 }} metrics: prometheus: + disableAPICheck: true serviceMonitor: enabled: {{ .Values.monitoring.prometheus.enabled }} additionalLabels: