cryostatio / cryostat-helm

Helm Chart for Cryostat
Other
4 stars 10 forks source link

[Request] Add ability to add additional env variables #203

Open grzesuav opened 3 hours ago

grzesuav commented 3 hours ago

Describe the feature

I would like to switch logging to JSON - https://quarkus.io/guides/logging#configuration so setting the env var - apparently is shoudl be done by QUARKUS_LOG_CONSOLE_JSON. It is not possible to add any right now

Anything other information?

No response

andrewazores commented 3 hours ago

You can install using the Helm chart and then manually edit the Deployment that it creates afterward. But I agree, it would be nice to be able to specify these things at installation time.