Skip to content

Commit

Permalink
Merge branch 'xc-122644-42' into 'release/4.2'
Browse files Browse the repository at this point in the history
don't install traefik in crio-pipeline

See merge request weblogic-cloud/weblogic-kubernetes-operator!4833
  • Loading branch information
rjeberhard committed Oct 9, 2024
2 parents 99c6522 + bdf095f commit 14eb840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public void beforeAll(ExtensionContext context) {
//install webhook to prevent every operator installation trying to update crd
installWebHookOnlyOperator("DomainOnPvSimplification=true");
//install traefik when running with podman container runtime
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT)) {
if (!TestConstants.WLSIMG_BUILDER.equals(TestConstants.WLSIMG_BUILDER_DEFAULT) && !CRIO) {
installTraefikLB();
}
//install Oracle Database operator as a one time task
Expand Down

0 comments on commit 14eb840

Please sign in to comment.