Skip to content

Commit

Permalink
Merge pull request #537 from suleymanakbas91/ns-template
Browse files Browse the repository at this point in the history
OCPBUGS-27095: Suggest workload partitioning annotation in the namespace
  • Loading branch information
openshift-merge-bot[bot] committed Jan 16, 2024
2 parents 8d2cf2f + d4f7733 commit 59b126d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle/manifests/lvms-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ metadata:
}
}
operatorframework.io/suggested-namespace: openshift-storage
operatorframework.io/suggested-namespace-template: |-
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "openshift-storage",
"annotations": {
"workload.openshift.io/allowed": "management"
}
}
}
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
Expand Down
11 changes: 11 additions & 0 deletions config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ metadata:
}
repository: https://github.com/openshift/lvm-operator
operatorframework.io/suggested-namespace: openshift-storage
operatorframework.io/suggested-namespace-template: |-
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "openshift-storage",
"annotations": {
"workload.openshift.io/allowed": "management"
}
}
}
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
Expand Down
11 changes: 11 additions & 0 deletions config/manifests/bases/lvms-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ metadata:
}
repository: https://github.com/openshift/lvm-operator
operatorframework.io/suggested-namespace: openshift-storage
operatorframework.io/suggested-namespace-template: |-
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "openshift-storage",
"annotations": {
"workload.openshift.io/allowed": "management"
}
}
}
operators.openshift.io/infrastructure-features: '["csi", "disconnected"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.io", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
Expand Down

0 comments on commit 59b126d

Please sign in to comment.