From 899eec800937320b4c6144f5cabc5c13c78f5519 Mon Sep 17 00:00:00 2001 From: Alvaro Gonzalez Date: Tue, 6 Aug 2024 13:40:37 +0300 Subject: [PATCH] fix: Add missing --arg in script to update config map (#66) --- update-config-map.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update-config-map.sh b/update-config-map.sh index e27068d..dba3c93 100755 --- a/update-config-map.sh +++ b/update-config-map.sh @@ -38,6 +38,7 @@ echo "Current Kubernetes namespace: $NAMESPACE"; echo echo " * Getting current default configuration" APP_CONFIG=$(yq --arg HOST_NAME "$HOST_NAME" \ + --arg MONGO_HOST "$MONGO_HOST" \ '.endpoints.url_prefix = "https" | .endpoints.external_host = $HOST_NAME | .endpoints.external_port = 443 |