Skip to content

Commit

Permalink
feat: add "Enable cluster monitoring" checkbox to OCP console (#628)
Browse files Browse the repository at this point in the history
This change adds the 'operatorframework.io/cluster-monitoring=true'
annotation to the operator's CSV.

Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier authored Nov 18, 2024
1 parent 8a10d14 commit 490a91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ metadata:
categories: Monitoring
certified: "false"
containerImage: observability-operator:0.4.2
createdAt: "2024-11-15T07:47:01Z"
createdAt: "2024-11-18T09:45:14Z"
description: A Go based Kubernetes operator to setup and manage highly available
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
operatorframework.io/cluster-monitoring: "true"
operators.operatorframework.io/builder: operator-sdk-v1.37.0
operators.operatorframework.io/internal-objects: |-
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ metadata:
"prometheusagents.monitoring.rhobs"
]
repository: 'https://github.com/rhobs/observability-operator'
operatorframework.io/cluster-monitoring: "true"
name: observability-operator.v0.0.0
namespace: placeholder
spec:
Expand Down

0 comments on commit 490a91d

Please sign in to comment.