From 8793281c85651edcd13a24f3b8fc3ddbf03db41b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 5 Jun 2023 11:09:30 +0200 Subject: [PATCH] whoopsies --- library/common/templates/class/_ingress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index c06b9a09..53fb48a8 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -32,7 +32,7 @@ within the common library. {{- $mddwrNamespace := "tc-system" -}} {{- if $.Values.operator.traefik -}} {{- if $.Values.operator.traefik.namespace -}} - {{- $mddwrNamespace := (printf "ix-%s" $selectedIngress.ingressClassName) -}} + {{- $mddwrNamespace := (printf "ix-%s" $values.ingressClassName) -}} {{- end -}} {{- end -}}