add honorLabels to PodMonitor

Signed-off-by: Alan B <961130+defenestration@users.noreply.github.com>
This commit is contained in:
Alan B
2024-07-10 10:26:54 -04:00
committed by GitHub
parent 9b39cf16f1
commit 28f2ab7bdb
+1
View File
@@ -17,6 +17,7 @@ spec:
- interval: {{ .Values.podMonitor.interval }}
path: /metrics
port: http
honorLabels: {{ .Values.podMonitor.honorLabels }}
namespaceSelector:
matchNames:
- {{ .Release.Namespace }}