From 9b0366f13ca89adf6357cfc0ff33b8620d1cd477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Garc=C3=ADa=20Rodr=C3=ADguez?= Date: Wed, 20 Jan 2021 17:10:34 +0100 Subject: [PATCH] fix identity url in current helm version --- deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml b/deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml index bab4ebc945..98e94b3c3a 100644 --- a/deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml +++ b/deploy/k8s/helm/ordering-signalrhub/templates/configmap.yaml @@ -15,4 +15,4 @@ data: all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}" all__UseAzureServiceBus: "{{ .Values.inf.eventbus.useAzure }}" signalr__StoreConnectionString: {{ .Values.inf.redis.keystore.constr }} - urls__IdentityUrl: http://{{ $identity }} \ No newline at end of file + urls__IdentityUrl: http://identity-api \ No newline at end of file