From 5b07b6062990ce85b19bf3c3dc94516a1d8caa21 Mon Sep 17 00:00:00 2001
From: "maik.schaefer" <maik.schaefer@open-xchange.com>
Date: Wed, 9 Feb 2022 10:42:33 +0000
Subject: [PATCH] use appRoot for ingress paths

---
 helm/core-ui-middleware/templates/_ingress.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/core-ui-middleware/templates/_ingress.tpl b/helm/core-ui-middleware/templates/_ingress.tpl
index 3da6a48..09b1d01 100644
--- a/helm/core-ui-middleware/templates/_ingress.tpl
+++ b/helm/core-ui-middleware/templates/_ingress.tpl
@@ -1,4 +1,4 @@
 {{- define "core-ui-middleware.ingressPathMappings" -}}
 paths:
-  - path: /
+  - path: {{ .Values.appRoot }}
 {{- end -}}
-- 
GitLab