Skip to content

Commit

Permalink
Merge pull request #261 from iamniting/labels
Browse files Browse the repository at this point in the history
build: add labels in the csv
  • Loading branch information
openshift-merge-robot authored Sep 19, 2022
2 parents 7ecdee5 + a168aed commit 3aa1e74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/manifests/lvm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ metadata:
"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
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: lvm-operator.v0.0.1
namespace: placeholder
spec:
Expand Down
4 changes: 4 additions & 0 deletions config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ metadata:
repository: https://github.com/red-hat-storage/lvm-operator
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.cybozu.com", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: @[email protected]
namespace: placeholder
spec:
Expand Down

0 comments on commit 3aa1e74

Please sign in to comment.