Skip to content

Commit 97c160b

Browse files
committed
OWLS-69919 Set domainHomeInImage to false for integration test
1 parent 7bad9bd commit 97c160b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/domain-custom-resource-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ spec:
1818
domainName: %DOMAIN_NAME%
1919
# The WebLogic Domain Home
2020
domainHome: %DOMAIN_HOME%
21+
# The domain home is in a PV, not in the image
22+
domainHomeInImage: false
2123
# The Operator currently does not support other images
2224
image: "%WEBLOGIC_IMAGE%"
2325
# imagePullPolicy defaults to "Always" if image version is :latest

0 commit comments

Comments
 (0)