Files
crmdesk/deploy/k8s/helm/.vscode/settings.json
T
2026-09-19 16:35:35 +08:00

17 lines
443 B
JSON

{
"yaml.validate": false,
"yaml.schemas": {},
"yaml.customTags": [
"!reference sequence"
],
"files.associations": {
"*.yaml": "helm",
"*.yml": "helm"
},
"helm-intellisense.enable": true,
"helm-intellisense.includeReleaseName": true,
"helm-intellisense.includeChartName": true,
"helm-intellisense.includeValues": true,
"helm-intellisense.includeFunctions": true,
"helm-intellisense.includeVariables": true
}