Files
reposilite-charts/.vscode/settings.json
Markus Pesch 13fbb0ecc0
All checks were successful
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 15s
fix(vscode): add values.schema.json for helm unittest
2025-10-16 21:11:51 +02:00

8 lines
202 B
JSON

{
"yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.2/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}