From b3019b3416cc5698279f2f76628387f81e8cf025 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Fri, 22 Nov 2019 21:12:39 +0100 Subject: [PATCH] Fix typo --- helmchart/single-sign-on/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmchart/single-sign-on/templates/ingress.yaml b/helmchart/single-sign-on/templates/ingress.yaml index 9b97ce9..c85d8ca 100644 --- a/helmchart/single-sign-on/templates/ingress.yaml +++ b/helmchart/single-sign-on/templates/ingress.yaml @@ -11,7 +11,7 @@ spec: - host: {{ .Values.hydra.ingress.host }} http: paths: - - path: /consnet + - path: /consent backend: serviceName: {{ include "single-sign-on.fullname" . }}-consent servicePort: 5001 -- GitLab