Skip to content

Commit 14eb840

Browse files
committed
Merge branch 'xc-122644-42' into 'release/4.2'
don't install traefik in crio-pipeline See merge request weblogic-cloud/weblogic-kubernetes-operator!4833
2 parents 99c6522 + bdf095f commit 14eb840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/extensions/InitializationTasks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public void beforeAll(ExtensionContext context) {
311311
//install webhook to prevent every operator installation trying to update crd
312312
installWebHookOnlyOperator("DomainOnPvSimplification=true");
313313
//install traefik when running with podman container runtime
314-
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT)) {
314+
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT) && !CRIO) {
315315
installTraefikLB();
316316
}
317317
//install Oracle Database operator as a one time task

0 commit comments

Comments
 (0)