Open gaktive opened 8 months ago
To resolve SURE-7838 we need to ensure that when creating a helm app we present values YAML without losing comments, formatting or order from that provided by the chart. This also applies when the page contains a form alongside rehand yaml.
We should consider https://eemeli.org/yaml/#documents
Internal reference: SURE-7838
We've had a long history of toggling between the standard fields and the raw YAML view whereby the charts.yaml file is modified:
We need to find a better means to parse YAML so that it's less prone to being modified if the user makes their own changes.
Per @nwmac: