File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,9 @@ private static Domain createSitConfigDomain() throws Exception {
235
235
domainMap .put (
236
236
"createDomainPyScript" ,
237
237
"integration-tests/src/test/resources/sitconfig/scripts/create-domain-auto-custom-sit-config20.py" );
238
+ domainMap .put (
239
+ "javaOptions" ,
240
+ "-Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true" );
238
241
239
242
// use NFS for this domain on Jenkins, defaultis HOST_PATH
240
243
if (System .getenv ("JENKINS" ) != null && System .getenv ("JENKINS" ).equalsIgnoreCase ("true" )) {
Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ exposeAdminNodePort: true
16
16
namespace : default
17
17
loadBalancer : TRAEFIK
18
18
ingressPerDomain : true
19
- javaOptions : -Dweblogic.debug.DebugSituationalConfig=true -Dweblogic.debug.DebugSituationalConfigDumpXml=true
20
19
createDomainPyScript : integration-tests/src/test/resources/domain-home-on-pv/create-domain-custom-nap.py
21
20
voyagerWebPort : 30305
You can’t perform that action at this time.
0 commit comments