diff --git a/deploy/k8s/archived/helm/ordering-signalrhub/templates/configmap.yaml b/deploy/k8s/archived/helm/ordering-signalrhub/templates/configmap.yaml index 98e94b3c3a..bab4ebc945 100644 --- a/deploy/k8s/archived/helm/ordering-signalrhub/templates/configmap.yaml +++ b/deploy/k8s/archived/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-api \ No newline at end of file + urls__IdentityUrl: http://{{ $identity }} \ No newline at end of file