Skip to content

Commit

Permalink
fix: hide internal CRDs from OLM UI
Browse files Browse the repository at this point in the history
This commit hides CRDs  related to implementation details from
OLM Operator Details / CRDs page.

Jira: https://issues.redhat.com/browse/MON-2835

Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha authored Oct 25, 2022
1 parent 378929f commit 5c0f013
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ metadata:
]
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.24.0
operators.operatorframework.io/internal-objects: |-
[
"prometheuses.monitoring.rhobs", "alertmanagers.monitoring.rhobs",
"thanosrulers.monitoring.rhobs"
]
operators.operatorframework.io/project_layout: unknown
name: observability-operator.v0.0.15
namespace: placeholder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
operators.operatorframework.io/internal-objects: |-
[
"prometheuses.monitoring.rhobs", "alertmanagers.monitoring.rhobs",
"thanosrulers.monitoring.rhobs"
]
name: observability-operator.v0.0.0
namespace: placeholder
spec:
Expand Down

0 comments on commit 5c0f013

Please sign in to comment.