diff --git a/helm/core-ui-middleware/templates/_ingress.tpl b/helm/core-ui-middleware/templates/_ingress.tpl index 3da6a488df581f103fe7e13e7482f846a282f0c1..09b1d01bfb2aee9dbd367116dc8b92b6bbfaa286 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 -}}