-
Couldn't load subscription status.
- Fork 558
Open
Labels
Description
This is more of a questions. There are more and more CRDs in the wild nowdays and they all come with their own CRs that of course don't come with a Chart.
If I want to keep my helm/helmfile workflow what options do I have to use and parametrize vanilla kubernetes deployment descriptors?
This is what comes into my mind if I want to do that with helmfile
- postsync
❓ What about passing values from helmfile to kubernetes deployment descriptors? - creating a chart
🤔 Overkill for a simple CR - Helm Incubator/Raw Chart
😒 raw helm, kind of same as postsync - Helmfile + Kustomize
What options are also possible to accomplish the same goal?
famousgarkin, dmitriyr333 and tkent