diff --git a/helmchart/single-sign-on/templates/ingress.yaml b/helmchart/single-sign-on/templates/ingress.yaml
index 9b97ce908de99004fac18df241d5d2ac77ce27aa..c85d8ca12a5cfabf4d1bdd79e9fc4b57549db1fd 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