From 08bb72345d6cb0cea4cd62b5178d51b4f631365d Mon Sep 17 00:00:00 2001 From: Yaron Dayagi Date: Wed, 5 Nov 2025 11:25:51 +0200 Subject: [PATCH] add kie.flyway.enabled=true for flpath2833 FLPATH-2833 https://issues.redhat.com/browse/FLPATH-2833 --- workflows/patch-k8s-resource/application.properties | 2 ++ .../manifests/01-configmap_patch-k8s-resource-props.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/workflows/patch-k8s-resource/application.properties b/workflows/patch-k8s-resource/application.properties index 8ff2edc0..9b82dbd9 100644 --- a/workflows/patch-k8s-resource/application.properties +++ b/workflows/patch-k8s-resource/application.properties @@ -9,3 +9,5 @@ quarkus.kubernetes-client.trust-certs=true # and see https://quarkus.io/guides/logging for documentation quarkus.log.category."org.apache.http".level=INFO quarkus.log.level=INFO + +kie.flyway.enabled=true \ No newline at end of file diff --git a/workflows/patch-k8s-resource/manifests/01-configmap_patch-k8s-resource-props.yaml b/workflows/patch-k8s-resource/manifests/01-configmap_patch-k8s-resource-props.yaml index 5107e439..d774c3d1 100755 --- a/workflows/patch-k8s-resource/manifests/01-configmap_patch-k8s-resource-props.yaml +++ b/workflows/patch-k8s-resource/manifests/01-configmap_patch-k8s-resource-props.yaml @@ -13,6 +13,7 @@ data: quarkus.log.category."org.apache.http".level=INFO quarkus.log.level=INFO quarkus.flyway.migrate-at-start=true + kie.flyway.enabled=true kind: ConfigMap metadata: creationTimestamp: null