imcheck opened a new issue, #14867: URL: https://github.com/apache/druid/issues/14867
### Motivation I have tried to deploy druid using helm chart. the helm chart doesn't support to inject environment variables related to metadata storage db credentials using `Secret` resource. There's no way to inject the credentials unless using `ConfigMap` defined in values.yaml. ### Proposed changes - Add a way to pull some configs like db credentials (`druid_metadata_storage_connector_user`, `druid_metadata_storage_connector_password`) to each process (broker, historical, ...) from `Secret` resource. - It can be custom `Secret` user made outside this helm chart. ### Rationale As I said on the above, it supports only to pull configs from `ConfigMap`. It's hard to operate and manage `values.yaml` of this druid helm chart. ### Operational impact It's just add changes. so, it keeps backward compatibility. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
