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 99c6522 + bdf095f commit 14eb840Copy full SHA for 14eb840
integration-tests/src/test/java/oracle/weblogic/kubernetes/extensions/InitializationTasks.java
@@ -311,7 +311,7 @@ public void beforeAll(ExtensionContext context) {
311
//install webhook to prevent every operator installation trying to update crd
312
installWebHookOnlyOperator("DomainOnPvSimplification=true");
313
//install traefik when running with podman container runtime
314
- if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT)) {
+ if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT) && !CRIO) {
315
installTraefikLB();
316
}
317
//install Oracle Database operator as a one time task
0 commit comments