Skip to content

Commit e81840b

Browse files
authored
feat: add annotation to select cluster monitoring by default (#975)
1 parent f3c292e commit e81840b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bundle/manifests/observability-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ metadata:
4141
capabilities: Basic Install
4242
categories: Monitoring
4343
certified: "false"
44+
console.openshift.io/operator-monitoring-default: "true"
4445
containerImage: observability-operator:1.3.0
4546
createdAt: "2025-12-04T15:14:30Z"
4647
description: A Go based Kubernetes operator to setup and manage highly available

deploy/olm/bases/observability-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ metadata:
5151
]
5252
repository: "https://github.com/rhobs/observability-operator"
5353
operatorframework.io/cluster-monitoring: "true"
54+
console.openshift.io/operator-monitoring-default: "true"
5455
operatorframework.io/suggested-namespace: observability-operator
5556
name: observability-operator.v0.0.0
5657
namespace: placeholder

0 commit comments

Comments
 (0)