I am currently using SigNoz, and we are looking for a way to query data from our ClickHouse database, which is installed on a cluster. To avoid multiple users accessing the pod directly, we are considering exposing the database to a tool like Metabase. However, we want to avoid using the root username and password due to their admin privileges. Instead, we plan to create a new user with only SELECT privileges.
so from the values yaml i see the clickhouse user and password but is it possible to create another user ?
https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml#L116