File tree Expand file tree Collapse file tree
operator/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments