From 9ead605b1b331f6c091f2882e10190e897d661af Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Wed, 3 Jul 2024 15:59:50 +0200 Subject: [PATCH] fix(nubus): Stack-gateway ingress namespace repeated twice --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 138b8c7e..b7e792d9 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -21,7 +21,7 @@ global: nubusStackGateway: ingress: - hostname: "portal.{{ .Release.Namespace }}.{{ .Values.global.domain }}" + hostname: "portal.{{ .Values.global.domain }}" ingressClassName: {{ .Values.ingress.ingressClassName | default "nginx" | quote }} # Nubus bundled services