helm/.vscode/settings.json

10 lines
488 B
JSON
Raw Normal View History

2023-09-06 04:41:43 +00:00
{
"yaml.schemas": {
"kubernetes": "*.yaml",
2025-01-13 12:40:27 +00:00
"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.4-standalone-strict/all.json": [
"file:///home/coder/helm-starred/hass/influxdb/deployment.yaml"
],
"https://json.schemastore.org/helmfile.json": "file:///home/coder/helm-starred/matrix/values.yaml",
"https://json.schemastore.org/chart.json": "file:///home/coder/helm-starred/matrix/dendrite/Chart.yaml"
2023-09-06 04:41:43 +00:00
}
}