You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deploy we would like to have such values rendered, so after some time if we like to know what env was used for deploy we can just check the file.
I know that helmfile have "build" command but it render values into one big file, and than sort all top level keys in alphabetic order. Its little bit hard to search for needed key if you use many values files. For example I want to check all the keys from one file, than I need to take keys one by one and search them in this one big rendered file.
Is there possibility to render values files separately as they are presented on filesystem/values block?
As example, if I have next files:
Hi!
We use values files that are heavily use requiredEnv function.
Something like this:
After deploy we would like to have such values rendered, so after some time if we like to know what env was used for deploy we can just check the file.
I know that helmfile have "build" command but it render values into one big file, and than sort all top level keys in alphabetic order. Its little bit hard to search for needed key if you use many values files. For example I want to check all the keys from one file, than I need to take keys one by one and search them in this one big rendered file.
Is there possibility to render values files separately as they are presented on filesystem/values block?
As example, if I have next files:
And after apply/template I want to have them rendered in some folder like this(each one separate as the original):
Maybe this future exist but I cant find it.
The text was updated successfully, but these errors were encountered: