Skip to content

Commit

Permalink
Allow Operator to be installed on it's own namespace in OperatorHub
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Aug 5, 2023
1 parent f6a2c33 commit c1b6aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ metadata:
marketplace.openshift.io/remote-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/pricing?utm_source=openshift_console
marketplace.openshift.io/support-workflow: https://marketplace.redhat.com/en-us/operators/minio-operator-rhmp/support?utm_source=openshift_console
capabilities: "Full Lifecycle"
operatorframework.io/suggested-namespace: minio-operator
name: minio-operator-rhmp.v0.0.0
namespace: placeholder
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
k8sMinVersion: "1.18"
repository: https://github.com/minio/operator
capabilities: "Full Lifecycle"
operatorframework.io/suggested-namespace: minio-operator
name: minio-operator.v0.0.0
namespace: placeholder
spec:
Expand Down
1 change: 1 addition & 0 deletions olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ for catalog in "${redhatCatalogs[@]}"; do
echo " com.redhat.openshift.versions: v4.8-v4.13"
echo " # Annotation to add default bundle channel as potential is declared"
echo " operators.operatorframework.io.bundle.channel.default.v1: stable"
echo " operatorframework.io/suggested-namespace: minio-operator"
} >> bundles/$catalog/$RELEASE/metadata/annotations.yaml

echo "clean root level annotations.yaml"
Expand Down

0 comments on commit c1b6aac

Please sign in to comment.