Skip to content

Commit

Permalink
bundle: add annotation to csv to make storageclaim internal
Browse files Browse the repository at this point in the history
add the annotation operators.operatorframework.io/internal-objects
to the operator csv to make storageClaim internal/ to remove it
from the console

Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2291182

Signed-off-by: Rewant Soni <[email protected]>
  • Loading branch information
rewantsoni committed Jun 11, 2024
1 parent 71830cf commit 147fcbb
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 @@ -7,13 +7,14 @@ metadata:
categories: Storage
console.openshift.io/plugins: '["odf-client-console"]'
containerImage: quay.io/ocs-dev/ocs-client-operator:latest
createdAt: "2024-05-30T10:17:44Z"
createdAt: "2024-06-11T05:34:18Z"
description: OpenShift Data Foundation client operator enables consumption of
storage services from a remote centralized OpenShift Data Foundation provider
cluster.
olm.skipRange: ""
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/internal-objects: '["storageclaims.ocs.openshift.io"]'
operators.operatorframework.io/operator-type: standalone
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/ocs-client-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
storage services from a remote centralized OpenShift Data Foundation provider
cluster.
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/internal-objects: '["storageclaims.ocs.openshift.io"]'
operators.operatorframework.io/operator-type: standalone
repository: https://github.com/red-hat-storage/ocs-client-operator
support: Red Hat
Expand Down

0 comments on commit 147fcbb

Please sign in to comment.