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
We need to apply Datadog annotations specifically to the DCGM Exporter DaemonSet.
Currently, setting annotations via the daemonsets block applies them to all components, which clutters the configuration of other DaemonSets where these annotations are not needed.
To address this, I am proposing to add a dedicated annotations block to the dcgmExporter section. This provides a more granular configuration method and keeps other components clean.