Skip to content

Commit 46b003f

Browse files
committed
add env vars to appConfig.json
Add clusterinfo endpoint to whisker backend Delete __debug_bin3426764311 Revert "Add clusterinfo endpoint to whisker backend" This reverts commit 1c6e518.
1 parent d24c23e commit 46b003f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

whisker/docker-image/nginx-start.sh

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
# Updates the config options according to environment variables
44
# received via the configMap.
55

6+
CLIENTSIDE_CONFIG=/usr/share/nginx/html/appConfig.json
7+
cat >>${CLIENTSIDE_CONFIG} <<EOF
8+
__CONFIG__ = {
9+
"whisker": {
10+
"config":{
11+
cluster_id: "${CLUSTER_ID}",
12+
cluster_type: "${CLUSTER_TYPE}",
13+
calico_version: "${CALICO_VERSION}",
14+
notifications: "${NOTIFICATIONS:-"Enabled"}",
15+
}
16+
}
17+
}
18+
EOF
19+
620
# Generate per-deployment config, from values in the ConfigMap (which
721
# have been passed to this script as environment variables).
822

0 commit comments

Comments
 (0)