We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38597a4 commit 9f5de41Copy full SHA for 9f5de41
update-config-map.sh
@@ -43,7 +43,7 @@ echo "Current Kubernetes namespace: $NAMESPACE"; echo
43
44
echo " * Getting current default configuration"
45
46
-command -V yq || { echo "yq not found, exiting"; exit 6}
+command -V yq || { echo "yq not found, exiting"; exit 6; }
47
48
APP_CONFIG=$(yq -y --arg MONGO_HOST "$MONGO_HOST" \
49
--arg RABBIT_HOST "$RABBIT_HOST" \
0 commit comments