From 12ac6fb3e1ab5d8a8aa789b6168b5f94bc0ebd26 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Tue, 3 Feb 2026 16:08:50 +0100 Subject: [PATCH] fix the values.schema.json types --- operator/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index 4405940..5c34840 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -113,12 +113,15 @@ quarkus: description: Kubernetes affinity configuration for Pod scheduling console-color: property: envs.QUARKUS_CONSOLE_COLOR + value-as-bool: ${quarkus.console.color} description: If color should be enabled or disabled. If this is unset, then an attempt will be made to guess if the terminal supports color. log-console-json-enabled: property: envs.QUARKUS_LOG_CONSOLE_JSON_ENABLED + value-as-bool: ${quarkus.log.console.json.enabled} description: Determine whether to enable the JSON console formatting extension, which disables "normal" console formatting. log-console-json-log-format: property: envs.QUARKUS_LOG_CONSOLE_JSON_LOG_FORMAT + value: ${quarkus.log.console.json.log-format} description: Specify the format of the produced JSON. Supported values are "DEFAULT", "ECS", and "GCP". values-schema: properties: