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 c79d26e commit e00ef4cCopy full SHA for e00ef4c
kubernetes/samples/scripts/common/utility.sh
@@ -447,6 +447,8 @@ function createFiles {
447
sed -i -e "s:%CUSTOM_RCUPREFIX%:${rcuSchemaPrefix}:g" ${createJobOutput}
448
sed -i -e "s|%CUSTOM_CONNECTION_STRING%|${rcuDatabaseURL}|g" ${createJobOutput}
449
sed -i -e "s:%EXPOSE_T3_CHANNEL_PREFIX%:${exposeAdminT3Channel}:g" ${createJobOutput}
450
+ sed -i -e "s:%FRONTEND_HOST%:${frontEndHost}:g" ${createJobOutput}
451
+ sed -i -e "s:%FRONTEND_PORT%:${frontEndPort}:g" ${createJobOutput}
452
# entries for Istio
453
sed -i -e "s:%ISTIO_PREFIX%:${istioPrefix}:g" ${createJobOutput}
454
sed -i -e "s:%ISTIO_ENABLED%:${istioEnabled}:g" ${createJobOutput}
0 commit comments