helmify
helmify copied to clipboard
Ability to not add `RELEASE_NAME` of chart to resources `metadata.name`.
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?
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.