helm/.vscode/settings.json
2025-01-23 22:38:09 +08:00

13 lines
580 B
JSON

{
"yaml.schemas": {
"kubernetes": "*.yaml",
"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",
"file:///home/coder/helm-starred/cocopilot/Chart.yaml"
]
}
}