From 211ab9e061da82a70ef685b504125607e275cbed Mon Sep 17 00:00:00 2001 From: wmuldergov <126018319+wmuldergov@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:26:28 -0800 Subject: [PATCH] bugfix/DVC22-1366 (#206) Add DRIVEBC_INLAND_FERRY_API_BASE_URL to init helm chart --- infrastructure/init/templates/init-django-configmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/init/templates/init-django-configmap.yaml b/infrastructure/init/templates/init-django-configmap.yaml index ea6748ecc..32a0b2f96 100644 --- a/infrastructure/init/templates/init-django-configmap.yaml +++ b/infrastructure/init/templates/init-django-configmap.yaml @@ -19,4 +19,5 @@ data: DJANGO_CORS_ORIGIN_WHITELIST: DRIVEBC_ROUTE_PLANNER_API_BASE_URL: DRIVEBC_IMAGE_API_BASE_URL: - DJANGO_SUPERUSER_EMAIL: \ No newline at end of file + DJANGO_SUPERUSER_EMAIL: + DRIVEBC_INLAND_FERRY_API_BASE_URL: \ No newline at end of file