Browse Source

Merge pull request #9475 from vrutkovs/prometheus-annotations-typo

Fix prometheus annotations typo
Vadim Rutkovsky 6 years ago
parent
commit
ce08ac4040
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/openshift_prometheus/tasks/install_prometheus.yaml

+ 2 - 2
roles/openshift_prometheus/tasks/install_prometheus.yaml

@@ -95,8 +95,8 @@
     labels:
       name: prometheus
     annotations:
-      oprometheus.io/scrape: 'true'
-      oprometheus.io/scheme: https
+      prometheus.io/scrape: 'true'
+      prometheus.io/scheme: https
       service.alpha.openshift.io/serving-cert-secret-name: prometheus-tls
     ports:
     - name: prometheus