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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
helm is a popular k8 manifest manager and is often used by many OSS tools.
The workflow I've been used to recently for dealing with helm has been:
generate valid manifests using helm generate ...
separate out the manifests "by hand" into different files etc.
It would be nice if there was a utility which just did that for me.
e.g.
helm template | bundle exec kdt template -
would spit out a bunch of erb templates, one per each k8s resource.
Probably want to exclude secrets.
This would also allow for e.g. easy updates, as a user could run the same command, then examine a git diff to see the difference from existing templates. Although if the manifests have been customized a lot there would likely be a lot of noise in the diffs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
helm is a popular k8 manifest manager and is often used by many OSS tools.
The workflow I've been used to recently for dealing with helm has been:
helm generate ...
It would be nice if there was a utility which just did that for me.
e.g.
would spit out a bunch of erb templates, one per each k8s resource.
Probably want to exclude secrets.
This would also allow for e.g. easy updates, as a user could run the same command, then examine a git diff to see the difference from existing templates. Although if the manifests have been customized a lot there would likely be a lot of noise in the diffs.
The text was updated successfully, but these errors were encountered: