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.
2 parents a011aad + 1e829bd commit c49a067Copy full SHA for c49a067
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