We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4c7ff commit fa8a1b0Copy full SHA for fa8a1b0
2 files changed
requirements.txt
@@ -1,2 +1,3 @@
1
connexion>=2.11.2,<3.0.0
2
foca==0.12.1
3
+yq==3.2.3
update-config-map.sh
@@ -38,6 +38,7 @@ echo "Current Kubernetes namespace: $NAMESPACE"; echo
38
echo " * Getting current default configuration"
39
40
APP_CONFIG=$(yq --arg HOST_NAME "$HOST_NAME" \
41
+ --arg MONGO_HOST "$MONGO_HOST" \
42
'.endpoints.service.url_prefix = "https" |
43
.endpoints.service.external_host = $HOST_NAME |
44
.endpoints.service.external_port = 443 |
0 commit comments