Skip to content

Commit

Permalink
Add mongodb-operator bundle to cluster-scope resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dystewart committed Feb 5, 2025
1 parent a310e5c commit 136a95a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: mongodb-operator
namespace: openshift-operators
spec:
Channel: alpha
installPlanApproval: Automatic
name: mongodb-operator
source: community-operators
sourceNamespace: openshift-marketplace
startingCSV: mongodb-operator.v0.3.0
6 changes: 6 additions & 0 deletions cluster-scope/bundles/mongodb-operator/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
nerc.mghpcc.org/bundle: mongodb-operator
resources:
- ../../base/operators.coreos.com/subscriptions/mongodb-operator

0 comments on commit 136a95a

Please sign in to comment.