TW-0630: Updating the run.sh to include the env variables that will be overwritten in Helm chart

This commit is contained in:
Rahul Sharma
2020-06-24 17:47:57 -04:00
parent 82332611ce
commit 8f81a2cecd

View File

@@ -12,8 +12,8 @@ CLIENT_MQTT_SSL_PROPS+=" -Djavax.net.ssl.trustStore=/opt/tip-wlan/certs/truststo
CLIENT_MQTT_SSL_PROPS+=" -Djavax.net.ssl.trustStorePassword=mypassword"
CLIENT_MQTT_SSL_PROPS+=" -Dconnectus.mqttBroker.password=admin"
OVSDB_MANAGER_HOST=opensync-controller
MQTT_BROKER_HOST=tip-wlan-opensync-mqtt-broke
OVSDB_MANAGER_HOST=${OVSDB_MANAGER}
MQTT_BROKER_HOST="${MQTT_SERVER}"
BACKEND_SERVER="${BACKEND_SERVER}"