Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart support #7

Open
ublubu opened this issue Dec 28, 2017 · 0 comments
Open

Helm chart support #7

ublubu opened this issue Dec 28, 2017 · 0 comments

Comments

@ublubu
Copy link
Contributor

ublubu commented Dec 28, 2017

This requires some investigation. First, I don't believe Helm charts are always valid YAML. Also, Short relies on having fully-parsed Kubernetes API objects to convert. In general, there isn't a way to convert a Helm chart to a Kubernetes API object without actually filling in the template (which is what Helm does). Logically, it would follow that there isn't a way to convert a Helm chart to anything equivalent to a Kubernetes API object (e.g. Short syntax) without doing the same.

tldr: It doesn't make sense to Short a Helm chart. There may be another way to "support" them in the Chrome extension, but I don't know what that is yet. We may just have to make a note about not converting Helm charts (e.g. on the Chrome extension store page, extension options dialog).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant