Commit cb3ac97
authored
Better OLM manifest generation (#65)
* added build-manifests.py
* wip: generate manfiests from Helm
* fix: add target namespace to operator group
* add owned crds to the csv
* wip: add cluster role and deployment to csv
* wip: patch op image with quay.io version
* wip: encapsulate yaml writing into func
* wip: add cli arg for target OpenShift versions
* wip: add keywords and op repository url
* wip: make it work with the spark op
* wip: make it work with the hdfs op
* wip: ignore empty Helm objects
* wip: refactor for secret op
* wip: revert support for secret and listener ops
* wip: add csv display names and description
* wip: fix typo and remove special chars from description
* wip: patch product cluster role with scc rule
* wip: move yaml templates to resources folder
* wip: fix indent in csv.yaml
* wip: fix build-bundles.sh for spark-k8s
* wip: patch version in exported manifests
* wip: allow OLM manifests from 0.0.0-dev charts1 parent 273ec98 commit cb3ac97
File tree
5 files changed
+665
-1
lines changed- olm
- resources
5 files changed
+665
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
195 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
| |||
0 commit comments