File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,6 @@ function createYamlFiles {
295
295
domainPVMountPath=" /shared"
296
296
fi
297
297
298
- if [ -z " ${logHome} " ]; then
299
- logHome=" /shared/logs/${domainUID} "
300
- fi
301
-
302
298
# Use the default value if not defined.
303
299
if [ -z " ${createDomainScriptsMountPath} " ]; then
304
300
createDomainScriptsMountPath=" /u01/weblogic"
@@ -381,7 +377,6 @@ function createYamlFiles {
381
377
cp ${dcrInput} ${dcrOutput}
382
378
sed -i -e " s:%NAMESPACE%:$namespace :g" ${dcrOutput}
383
379
sed -i -e " s:%WEBLOGIC_CREDENTIALS_SECRET_NAME%:${weblogicCredentialsSecretName} :g" ${dcrOutput}
384
- sed -i -e " s:%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%:${imagePullSecretPrefix} :g" ${dcrOutput}
385
380
sed -i -e " s:%DOMAIN_UID%:${domainUID} :g" ${dcrOutput}
386
381
sed -i -e " s:%DOMAIN_NAME%:${domainName} :g" ${dcrOutput}
387
382
sed -i -e " s:%DOMAIN_HOME%:${domainHome} :g" ${dcrOutput}
You can’t perform that action at this time.
0 commit comments