Skip to content

Commit e00ef4c

Browse files
added extra properties required for domain creation of Oracle Identity Governance (#1837)
1 parent c79d26e commit e00ef4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/samples/scripts/common/utility.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ function createFiles {
447447
sed -i -e "s:%CUSTOM_RCUPREFIX%:${rcuSchemaPrefix}:g" ${createJobOutput}
448448
sed -i -e "s|%CUSTOM_CONNECTION_STRING%|${rcuDatabaseURL}|g" ${createJobOutput}
449449
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}
450452
# entries for Istio
451453
sed -i -e "s:%ISTIO_PREFIX%:${istioPrefix}:g" ${createJobOutput}
452454
sed -i -e "s:%ISTIO_ENABLED%:${istioEnabled}:g" ${createJobOutput}

0 commit comments

Comments
 (0)