We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de993e commit bfbdb77Copy full SHA for bfbdb77
integration-tests/src/test/java/oracle/kubernetes/operator/ITCoherenceTests.java
@@ -145,6 +145,8 @@ private static void copyAndExecuteProxyClientInPod(String cacheOp) {
145
private Domain createDomain() throws Exception {
146
147
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.
150
envMap.put("CUSTOM_WDT_ARCHIVE", buildProxyServerWdtZip());
151
152
// create domain
0 commit comments