From 19d20d99e6cdce147a7c46f6dc6798dc61684d0e Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Fri, 1 Mar 2024 00:03:17 -0500 Subject: [PATCH] fix --- charts/core-api/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/core-api/templates/deployment.yaml b/charts/core-api/templates/deployment.yaml index b56b3df..c20e485 100644 --- a/charts/core-api/templates/deployment.yaml +++ b/charts/core-api/templates/deployment.yaml @@ -38,7 +38,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: UI__BaseUrl - value: {{.Values.auth.baseUrl}} + value: {{.Values.ui.baseUrl}} - name: Auth0__Audience value: {{ .Values.auth.audience}} - name: Auth0__Domain