As a programmer I would like a schema for values.yaml to know what values are available, and to validate a given values file for correctness.
Acceptance Criteria
- A helm values schema exists
- The schema is referenced in the values.yaml for the yaml language server
- The values file is tested against the schema as part of pre-commit / CI (e.g. with
helm template)
As a programmer I would like a schema for
values.yamlto know what values are available, and to validate a given values file for correctness.Acceptance Criteria
helm template)