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
@AFriemann, k8t compiles all templates into standard output now. I suggest
if --output=DIRECTORY specified, k8t would create corresponding file for every template and write it in specified directory. If template's name is nested, then k8t would also create all required sub-directories.
It's pretty useless for production, when you want to just pipe output to kubectl apply, but should be pretty handy to review all the manifests.
Since k8t knows which template comes from which file it would be handy to be able to create manifests file structure in specified directory.
The text was updated successfully, but these errors were encountered: