File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
integration-tests/src/test/resources/exporter
src/integration-tests/introspector Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
weblogic.domainUID : domain1
15
15
spec :
16
16
domainHome : /u01/oracle/user-projects/domains/domain1
17
- domainHomeSourceType : Image
17
+ domainHomeInImage : true
18
18
image : domain1-image:1.0
19
19
imagePullPolicy : " Always"
20
20
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ Usage:
19
19
One way to do this when running locally is to run the integration tests.
20
20
(Note that this test doesn't depend on Operator image as of 2018/10/16, but may in the future.)
21
21
(2) Optionally specify values for input env vars (see introspectTest.sh for the list).
22
- (3) For a non Model In Image domain type.
23
- Run introspectTest.sh
24
- For a Model In Image domain type.
25
- export DOMAIN_SOURCE_TYPE=FromModel
26
- Run introspectTest.sh
22
+ (3) Run introspectTest.sh
27
23
-------------------
28
24
Internal Test Flow:
29
25
-------------------
You can’t perform that action at this time.
0 commit comments