diff --git a/helmchart/single-sign-on/templates/deployment-consent.yaml b/helmchart/single-sign-on/templates/deployment-consent.yaml index 7511af9ade3124b8f5ddb2688d3b8d890671b705..8358fdf5ca2eb22379458933561a5e402c6448bb 100644 --- a/helmchart/single-sign-on/templates/deployment-consent.yaml +++ b/helmchart/single-sign-on/templates/deployment-consent.yaml @@ -20,7 +20,7 @@ spec: imagePullPolicy: Always env: - name: HYDRA_ADMIN_URL - value: http://{{ include "single-sign-on.name" . }}-hydra-admin + value: http://{{ .Release.Name }}-admin - name: GRAPHQL_URL value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql ports: diff --git a/helmchart/single-sign-on/templates/deployment-login.yaml b/helmchart/single-sign-on/templates/deployment-login.yaml index 31f5806e237dcb37afa6baa0fd38a8ae97853b38..d125bca1e48c4dd66599b8fae911ae03ead10038 100644 --- a/helmchart/single-sign-on/templates/deployment-login.yaml +++ b/helmchart/single-sign-on/templates/deployment-login.yaml @@ -20,7 +20,7 @@ spec: imagePullPolicy: Always env: - name: HYDRA_ADMIN_URL - value: http://{{ include "single-sign-on.name" . }}-hydra-admin + value: http://{{ .Release.Name }}-admin - name: GRAPHQL_URL value: http://{{ include "single-sign-on.fullname" . }}-userbackend/graphql ports: