|
|
|
|
|
by Hamuko
924 days ago
|
|
>Having the weird syntax for replacing things Isn't the "weird syntax" just either Yaml files or just JSON Patches, which is a pretty easy standard? >having to look at a bunch of different files to see what is going on I consider that a feature, not a bug. prod/larger-memory-request.yaml makes it much easier for me to see what goes into deploying the prod environment instead of for example the test environment. |
|
A template is much easier to read. I had zero experience with go templating, but was able to figure out what it all meant just by looking at the templates... they still looked like kubernetes resources
As for looking at a bunch of different files, if you like having a "larger-memory-request" file, you can still do that with helm... you can use as many values files as you want, just include them in precedence order. You can have your "larger-memory-request" values file.