Skip to content

Commit 2bd6952

Browse files
authored
fix the values.schema.json types (#29)
1 parent 46759df commit 2bd6952

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

operator/src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,15 @@ quarkus:
113113
description: Kubernetes affinity configuration for Pod scheduling
114114
console-color:
115115
property: envs.QUARKUS_CONSOLE_COLOR
116+
value-as-bool: ${quarkus.console.color}
116117
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.
117118
log-console-json-enabled:
118119
property: envs.QUARKUS_LOG_CONSOLE_JSON_ENABLED
120+
value-as-bool: ${quarkus.log.console.json.enabled}
119121
description: Determine whether to enable the JSON console formatting extension, which disables "normal" console formatting.
120122
log-console-json-log-format:
121123
property: envs.QUARKUS_LOG_CONSOLE_JSON_LOG_FORMAT
124+
value: ${quarkus.log.console.json.log-format}
122125
description: Specify the format of the produced JSON. Supported values are "DEFAULT", "ECS", and "GCP".
123126
values-schema:
124127
properties:

0 commit comments

Comments
 (0)