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 a011aad commit 1e829bdCopy full SHA for 1e829bd
integration-tests/src/test/java/oracle/weblogic/kubernetes/extensions/InitializationTasks.java
@@ -311,7 +311,9 @@ public void beforeAll(ExtensionContext context) {
311
installTraefikLB();
312
}
313
//install Oracle Database operator as a one time task
314
- installOracleDBOperator();
+ if (!OCNE && !OKD) {
315
+ installOracleDBOperator();
316
+ }
317
318
// set initialization success to true, not counting the istio installation as not all tests use istio
319
isInitializationSuccessful = true;
0 commit comments