It would be nice to add environment variables to the helm chart. ``` # -- Directly set environment variables env: [] ``` For example: ``` # -- Directly set environment variables env: TZ: Europe/Madrid ``` Helm chart reference/example: https://github.com/community-tooling/charts/tree/main/charts/generic Thanks.
It would be nice to add environment variables to the helm chart.
For example:
Helm chart reference/example: https://github.com/community-tooling/charts/tree/main/charts/generic
Thanks.