quarkus-operator-sdk icon indicating copy to clipboard operation
quarkus-operator-sdk copied to clipboard

csv generator support

Open shawkins opened this issue 3 years ago • 1 comments

If multiple kuberntes.yml files were available to process, or a single kubernetes.yml file contained multiple deployments, it seems like the existing logic would put together the expected csv - but there's an expectation of a single set of resources:

https://github.com/quarkiverse/quarkus-operator-sdk/blob/7a25bca77006b713eac22a687a99654e5c75c524/csv-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/csv/deployment/CSVProcessor.java#L77

Each one of those should extract a list.

Other issues:

  • is a template csv file supported?
  • can ConfigMaps/Secrets in the kubernetes.yml be copied as their own files in the manifests?

shawkins avatar Feb 01 '22 18:02 shawkins

Would it be possible to provide me with an example file that you'd like the extension to proceed?

metacosm avatar Feb 01 '22 21:02 metacosm

I believe this is fixed, please re-open if I'm mistaken.

metacosm avatar Jan 06 '23 16:01 metacosm