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
fstaudt
changed the title
Schema packaged-values.schema.json for validation of extra values.yaml applied after packaging
Schema for validation of values.yaml applied on packaged charts
Nov 13, 2022
fstaudt
changed the title
Schema for validation of values.yaml applied on packaged charts
Schema for validation of extra values applied on packaged charts
Nov 13, 2022
When extra values are configured after Helm packaging, an extra level needs to be added with the name of the current chart.
The aggregated JSON schema can't therefore be used to validate this extra values file.
The new packaged JSON schema should be generated by JsonSchemaAggregator and should reuse aggregated JSON schema:
It should be applied automatically by IntelliJ plugin to all files named "*-values.yaml" in the root folder of the helm chart.
The text was updated successfully, but these errors were encountered: