fix: disable chart-generated GatewayClass in traefik values
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline failed

Traefik chart v40 splits gatewayClass.enabled from gateway.enabled, defaulting to true. Both helm releases were generating a GatewayClass named "traefik", causing a kustomize merge collision. Disabled since GatewayClasses are managed in the base layer.
This commit is contained in:
2026-05-10 22:04:16 +10:00
parent 2226872c21
commit 034b01115c
2 changed files with 6 additions and 0 deletions
@@ -11,6 +11,9 @@ podDisruptionBudget:
gateway:
enabled: false
gatewayClass:
enabled: false
updateStrategy:
type: RollingUpdate
rollingUpdate:
@@ -11,6 +11,9 @@ podDisruptionBudget:
gateway:
enabled: false
gatewayClass:
enabled: false
updateStrategy:
type: RollingUpdate
rollingUpdate: