We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24c23e commit 46b003fCopy full SHA for 46b003f
whisker/docker-image/nginx-start.sh
@@ -3,6 +3,20 @@
3
# Updates the config options according to environment variables
4
# received via the configMap.
5
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
+
20
# Generate per-deployment config, from values in the ConfigMap (which
21
# have been passed to this script as environment variables).
22
0 commit comments