Skip to content

Commit

Permalink
added extra properties required for domain creation of Oracle Identit…
Browse files Browse the repository at this point in the history
…y Governance (#1837)
  • Loading branch information
tanmaygarg-oracle committed Jul 30, 2020
1 parent c79d26e commit e00ef4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/samples/scripts/common/utility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ function createFiles {
sed -i -e "s:%CUSTOM_RCUPREFIX%:${rcuSchemaPrefix}:g" ${createJobOutput}
sed -i -e "s|%CUSTOM_CONNECTION_STRING%|${rcuDatabaseURL}|g" ${createJobOutput}
sed -i -e "s:%EXPOSE_T3_CHANNEL_PREFIX%:${exposeAdminT3Channel}:g" ${createJobOutput}
sed -i -e "s:%FRONTEND_HOST%:${frontEndHost}:g" ${createJobOutput}
sed -i -e "s:%FRONTEND_PORT%:${frontEndPort}:g" ${createJobOutput}
# entries for Istio
sed -i -e "s:%ISTIO_PREFIX%:${istioPrefix}:g" ${createJobOutput}
sed -i -e "s:%ISTIO_ENABLED%:${istioEnabled}:g" ${createJobOutput}
Expand Down

0 comments on commit e00ef4c

Please sign in to comment.