|
|
|
|
|
by numbsafari
924 days ago
|
|
Personally much prefer kustomize for the “ship an app” business. Probably even better is to ship a controller and a CRD for the config. Doing it that means you ship a schema for the parameters of the config, and that you have code that can handle complexities of upgrades/migrations that tools like kustomize and helm struggle or fail at altogether. |
|
I love how in Helm I can just look at the templates and figure out what values I need to change to get what I want, and I love each environment only needing a single values file to see all the customizations for it.
People complain about it being a template language, but that is exactly what you need!