Relax yaml parsing in releases/view page #636
Labels
component/ui
Issue related to kubeapps UI
kind/feature
An issue that reports a feature (approved) to be implemented
Milestone
@stormmore reported that Kubeapps was failing to show the resources part of his chart.
The research showed that the root cause was a parsing error on our client.
Our yaml parser complained about a duplicated tag vs Helm does not. We should look into if there is any way to make our parser less restrictive. More taking into account that a duplicated label is not per-se forbidden or discouraged by the helm linter so it might happen again.
The text was updated successfully, but these errors were encountered: