Skip to content

Commit f7307e6

Browse files
committed
CM-1112: Fix cluster-monitoring set as annotation instead of label
The openshift.io/cluster-monitoring key was incorrectly set as an annotation on the cert-manager namespace instead of a label. OpenShift cluster monitoring requires this to be a label in order to scrape metrics from the namespace. Fixes #336
1 parent db88f80 commit f7307e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
kind: Namespace
33
metadata:
4-
annotations:
4+
labels:
55
openshift.io/cluster-monitoring: "true"
66
name: cert-manager

pkg/operator/assets/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)