-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSV was updated directly under the manifests directory. This PR fixes it. Makes correct changes and runs `make bundle` to auto generate the csv file. Following changes are made the the csv: 1. Add suggested namespace annotation. 2. Add category 3. Mark certain CRDs as internal so that they are not visible in the UI. Signed-off-by: Santosh Pillai <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ metadata: | |
annotations: | ||
alm-examples: '[]' | ||
capabilities: Basic Install | ||
categories: Storage | ||
operatorframework.io/suggested-namespace: openshift-storage | ||
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.cybozu.com", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]' | ||
name: @[email protected] | ||
namespace: placeholder | ||
spec: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
## Append samples you want in your CSV to this file as resources ## | ||
resources: | ||
- lvm_v1alpha1_lvmcluster.yaml | ||
- lvm_v1alpha1_lvmvolumegroup.yaml | ||
- lvm_v1alpha1_lvmvolumegroupnodestatus.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |