Add helm value extraEnvFromSecrets to metrics exporter in order to re…#133
Add helm value extraEnvFromSecrets to metrics exporter in order to re…#133dpailer wants to merge 1 commit into
Conversation
…ad the contents of a secret as environment variable in metrics exporter container Signed-off-by: dpailer <dirk.pailer@gmail.com>
|
Need this! |
|
@dpailer @urbaman valkey-helm/valkey/values.yaml Line 325 in 2f9be3b disregard - although you can specify extra secrets for the exporter, you can't actually use them since there's no way to reference them in the extraEnvs. |
|
@dpailer Thanks for the PR, other than proving the user/password to Exporter, is there another use case? The authentication and TLS issues are being worked on other PRs. |
|
Hi @sgissi |
|
@dpailer why not just a generic (Sorry for low effort code block, typed on mobile) |
…ad the contents of a secret as environment variable in metrics exporter container
e.g. if the secret contains the contents like
these will be available in a secure way for the redis exporter