Skip to content

Commit

Permalink
build: run make bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Santosh Pillai <sapillai@redhat.com>
  • Loading branch information
sp98 committed May 17, 2022
1 parent 0b50a27 commit 5e6d029
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions bundle/manifests/lvm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
"apiVersion": "lvm.topolvm.io/v1alpha1",
"kind": "LVMCluster",
"metadata": {
"name": "lvmcluster-sample"
"name": "odf-lvmcluster"
},
"spec": {
"storage": {
Expand All @@ -17,8 +17,8 @@ metadata:
"name": "vg1",
"thinPoolConfig": {
"name": "thin-pool-1",
"overprovisionRatio": 50,
"sizePercent": 50
"overprovisionRatio": 10,
"sizePercent": 90
}
}
]
Expand All @@ -28,11 +28,38 @@ metadata:
]
capabilities: Basic Install
categories: Storage
containerImage: quay.io/ocs-dev/lvm-operator:latest
description: The ODF LVM Operator manages local storage using LVM
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/initialization-resource: |-
{
"apiVersion": "lvm.topolvm.io/v1alpha1",
"kind": "LVMCluster",
"metadata": {
"name": "odf-lvmcluster"
},
"spec": {
"storage": {
"deviceClasses": [
{
"name": "vg1",
"thinPoolConfig": {
"name": "thin-pool-1",
"overprovisionRatio": 10,
"sizePercent": 90
}
}
]
}
}
}
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.cybozu.com",
"lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/lvm-operator
support: Red Hat
name: lvm-operator.v0.0.1
namespace: placeholder
spec:
Expand Down

0 comments on commit 5e6d029

Please sign in to comment.