mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 15:09:14 -03:00
fix(common): use tc-system as middleware namespace
This commit is contained in:
@@ -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 := "" -}}
|
||||
|
||||
Reference in New Issue
Block a user