Skip to content

Commit bfbdb77

Browse files
committed
add comment
1 parent 3de993e commit bfbdb77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITCoherenceTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ private static void copyAndExecuteProxyClientInPod(String cacheOp) {
145145
private Domain createDomain() throws Exception {
146146

147147
Map<String, String> envMap = new HashMap();
148+
149+
// Set this ENV var with the WDT archive so that it is included in the image build.
148150
envMap.put("CUSTOM_WDT_ARCHIVE", buildProxyServerWdtZip());
149151

150152
// create domain

0 commit comments

Comments
 (0)