Skip to content

Commit afeecfc

Browse files
committed
feat: add annotation to select cluster monitoring by default
1 parent 7527133 commit afeecfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bundle/manifests/observability-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ 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
45-
createdAt: "2025-12-04T15:14:30Z"
46+
createdAt: "2026-01-16T14:10:52Z"
4647
description: A Go based Kubernetes operator to setup and manage highly available
4748
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
4849
operatorframework.io/cluster-monitoring: "true"

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)