Hacker News new | ask | show | jobs
by navd 2642 days ago
I thought it would be useful to add that you can also generate k8s manifests from a helm chart using the `helm template` command.

I'm in the same boat where I avoid helm if at all possible.

1 comments

That only works for local checked out copy and not remote repo URL, unfortunately.