helmify icon indicating copy to clipboard operation
helmify copied to clipboard

Ability to not add `RELEASE_NAME` of chart to resources `metadata.name`.

Open anisimovdk opened this issue 2 years ago • 1 comments

By default, Helmify adds RELEASE_NAME to metadata.name of all resource templates. But for some custom CRDs, provided by custom operators, is crucial to define/preserve specified metadata.name.

I didn't find any option to modify this behavior with arguments. Maybe I missed something?

anisimovdk avatar Aug 27 '23 17:08 anisimovdk

I apologize for the delay. Helmify does not add RELEASE_NAME to CRDs. Please check generated CRD example from operator CRD input.

You can find CRD processor source code here, which does not use common meta processor with RELEASE_NAME substitution.

arttor avatar Sep 27 '23 10:09 arttor