Jonathan West
Jonathan West
/test all
/test all
/test all
/test all
/test all
@jaideepr97 :+1:
Red Hat external issue tracker: https://issues.redhat.com/browse/GITOPS-3987
Gerald notes that the following ServiceMonitor worked for him: ```yaml apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: name: argo-rollouts-metrics spec: endpoints: - port: metrics selector: matchLabels: app.kubernetes.io/name: argo-rollouts-metrics ``` Siddhesh notes that...