fix(common): use tc-system as middleware namespace

This commit is contained in:
Kjeld Schouten
2023-05-24 09:06:46 +02:00
committed by GitHub
parent 6e6fc90438
commit dff4bf7e3b

View File

@@ -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 := "" -}}