Open
Description
Is your feature request related to a problem ?
We are running a blackbox-exporter as DaemonSet and would like to attach node metadata to the generated ServiceMonitor for each configured target.
Describe the solution you'd like.
It would be great if the chart would have an option like serviceMonitor.attachMetadata.node
which is false
by default to keep the current behavior but can be switched to true
. Either value should be part of the ServiceMonitor template to populate the spec.attachMetadata.node
field.
Describe alternatives you've considered.
We patch the generated ServiceMonitor with kustomize
Additional context.
No response