Skip to content

Commit

Permalink
Merge branch 'xc-122644' into 'main'
Browse files Browse the repository at this point in the history
backport don't install traefik in crio-pipeline to main branch

See merge request weblogic-cloud/weblogic-kubernetes-operator!4834
  • Loading branch information
rjeberhard committed Oct 11, 2024
2 parents f933d6d + 0b2a8fd commit 79a5307
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 79a5307

Please sign in to comment.