From 8a4ea8e7f1c115f3bec7cfd97533c91c4aae8e65 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 20 Feb 2024 18:49:52 +0100 Subject: [PATCH] [SRVLOGIC-231] Disable question about collecting Quarkus analytics in prod devmode image --- modules/prod/kogito-swf-devmode-runtime/module.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/prod/kogito-swf-devmode-runtime/module.yaml b/modules/prod/kogito-swf-devmode-runtime/module.yaml index 901515c44..60c827647 100644 --- a/modules/prod/kogito-swf-devmode-runtime/module.yaml +++ b/modules/prod/kogito-swf-devmode-runtime/module.yaml @@ -34,6 +34,9 @@ envs: - name: QUARKUS_CONTINUOUS_TESTING description: Whether to enable Quarkus continous testing on DevMode or not. Default to "disabled". value: "disabled" + - name: QUARKUS_ANALYTICS_DISABLED + description: Whether to disable the Quarkus analytics data collecting on DevMode or not. Default to "true". + value: "true" - name: KOGITO_CODEGEN_PROCESS_FAILONERROR description: Boolean flag that will prevent Dev Mode to crash if the provided workflow is wrong. value: "false"