Skip to content

Commit f7cac1b

Browse files
committed
Fix the default path value and a comment
Signed-off-by: doxiao <[email protected]>
1 parent 1f3aa1e commit f7cac1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ productionModeEnabled: true
4343
# WebLogic Docker image that the domain resource will pull if needed.
4444
# You only need to specify this if you are going to push the generated image from the local Docker repository
4545
# to another Docker repository.
46-
# If not specified, will use the internally generated image name, say "domain-home-in-image-wlst:latest"
46+
# If not specified, will use the internally generated image name, say "domain-home-in-image:latest"
4747
# or "domain-home-in-image-wdt:latest".
4848
# image:
4949

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function createFiles {
239239
sed -i -e "s:%WEBLOGIC_IMAGE_PULL_SECRET_NAME%:${imagePullSecretName}:g" ${dcrOutput}
240240
sed -i -e "s:%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%:${imagePullSecretPrefix}:g" ${dcrOutput}
241241

242-
domainHomeImageBuildPathDefault="./docker-images/OracleWebLogic/samples/docker-images/OracleWebLogic/samples/12213-domain-home-in-image-wdt"
242+
domainHomeImageBuildPathDefault="./docker-images/OracleWebLogic/samples/12213-domain-home-in-image-wdt"
243243
if [ -z $domainHomeImageBuildPath ]; then
244244
domainHomeImageBuildPath=${domainHomeImageBuildPathDefault}
245245
fi

0 commit comments

Comments
 (0)