{{- if and .Values.podMonitor.enabled .Values.podMonitor.metricsEndpoints (eq .Values.mode "daemonset") }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata: name: {{ include "opentelemetry-collector.fullname" . }}-agent labels: {{- include "opentelemetry-collector.labels" . | nindent 4 }} {{- range $key, $value := .Values.podMonitor.extraLabels }} {{- printf "%s: %s" $key (tpl $value $ | quote) | nindent 4 }} {{- end }} spec: selector: matchLabels: {{- include "opentelemetry-collector.selectorLabels" . | nindent 6 }} {{- include "opentelemetry-collector.component" . | nindent 6 }} podMetricsEndpoints: {{- toYaml .Values.podMonitor.metricsEndpoints | nindent 2 }} {{- end }}