operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

RFE: opm alpha render-veneer semver should recognize multiple schema in an input veneer

Open grokspawn opened this issue 3 years ago • 0 comments

When multiple schema instances are listed in the same doc via the new-doc delimiter (---) the render should process each schema independently, in sequence, for e.g.:

Schema: olm.semver
GenerateMajorChannels: true
GenerateMinorChannels: false
Stable:
  Bundles:
  - Image: repository-uri/example-operator:v0.8.9
  - Image: repository-uri/example-operator:v0.9.0
---
Schema: olm.semver
GenerateMajorChannels: true
GenerateMinorChannels: false
Stable:
  Bundles:
  - Image: repository-uri/another-example-operator:v0.8.9
  - Image: repository-uri/another-example-operator:v0.9.0

Errors would be fatal to processing that independent schema..

grokspawn avatar Nov 29 '22 17:11 grokspawn