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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: