You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small improvement to be made in the kube-prometheus-stack. The feature request is to be able to add external secrets that have been created in Kubernetes in the value additionalDataSources. The example that is provided is using secureJsonData but I don't see this being secure since you would still hard code your secret into your repository.
zeritti
changed the title
kube-prometheus-stack improvements to additionalDataSources
[kube-prometheus-stack] improvements to additionalDataSources
Nov 5, 2024
Is your feature request related to a problem ?
This is a small improvement to be made in the kube-prometheus-stack. The feature request is to be able to add external secrets that have been created in Kubernetes in the value
additionalDataSources
. The example that is provided is usingsecureJsonData
but I don't see this being secure since you would still hard code your secret into your repository.Describe the solution you'd like.
The possibility of using a flag for an existing kubernetes secret to be added.
Describe alternatives you've considered.
Currently I'm looking into using
secretKeyRef
for this to work but I find this to be a pain where I have to mount the secret and reference.Additional context.
No response
The text was updated successfully, but these errors were encountered: