From dff4bf7e3bbe9232e8adf99ed643da3c366a7920 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 24 May 2023 09:06:46 +0200 Subject: [PATCH] fix(common): use tc-system as middleware namespace --- library/common/templates/class/_ingress.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index 5b344bcb..c6a8fb07 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -29,9 +29,9 @@ within the common library. {{- end -}} {{- $defaultServicePort := get $primaryService.ports (include "tc.v1.common.lib.util.service.ports.primary" (dict "svcValues" $primaryService "svcName" $primarySeriviceName )) -}} - {{- $mddwrNamespace := "default" -}} + {{- $mddwrNamespace := "tc-system" -}} {{- if $values.ingressClassName -}} - {{- $mddwrNamespace = ( printf "ix-%s" $values.ingressClassName ) -}} + {{- $mddwrNamespace = ( printf "tc-system-%s" $values.ingressClassName ) -}} {{- end -}} {{- $fixedMiddlewares := "" -}}