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 5e530e1 commit 82a7d54Copy full SHA for 82a7d54
operator/src/main/resources/scripts/startNodeManager.sh
@@ -249,17 +249,13 @@ EOF
249
admin_protocol="http"
250
if [ "${ADMIN_PORT_SECURE}" = "true" ]; then
251
admin_protocol="https"
252
- fi
253
fi
254
if [ "${ISTIO_ENABLED}" == "true" ]; then
255
echo "AdminURL=t3\\://${AS_SERVICE_NAME}\\:${ADMIN_PORT}" >> ${wl_props_file}
256
else
257
echo "AdminURL=$admin_protocol\\://${AS_SERVICE_NAME}\\:${ADMIN_PORT}" >> ${wl_props_file}
258
259
260
-fi
261
-
262
263
264
###############################################################################
265
#
0 commit comments