Skip to content

Commit 33e5560

Browse files
committed
Merge branch 'tmp-2.6.0' of https://github.com/oracle/weblogic-kubernetes-operator into tmp-2.6.0
2 parents da6ea8a + f51ec3e commit 33e5560

File tree

2 files changed

+2
-6
lines changed
  • integration-tests/src/test/resources/exporter
  • src/integration-tests/introspector

2 files changed

+2
-6
lines changed

integration-tests/src/test/resources/exporter/domain1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
weblogic.domainUID: domain1
1515
spec:
1616
domainHome: /u01/oracle/user-projects/domains/domain1
17-
domainHomeSourceType: Image
17+
domainHomeInImage: true
1818
image: domain1-image:1.0
1919
imagePullPolicy: "Always"
2020
imagePullSecrets:

src/integration-tests/introspector/README

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Usage:
1919
One way to do this when running locally is to run the integration tests.
2020
(Note that this test doesn't depend on Operator image as of 2018/10/16, but may in the future.)
2121
(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
2723
-------------------
2824
Internal Test Flow:
2925
-------------------

0 commit comments

Comments
 (0)