Skip to content

Commit

Permalink
chore(talos): Add talhelper schema
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy82481 committed Jan 18, 2024
1 parent 9fd6cf6 commit 7334a10
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@
"files.trimTrailingWhitespace": true,
"cSpell.enabled": false,
"yaml.schemas": {
"Kubernetes": "cluster/*.yaml",
"https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config-schema.json": "recyclarr.yaml",
"https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/settings-schema.json": "settings.yaml",
"https://raw.githubusercontent.com/louygan/kubernetes-json-schema_yannh/master/v1.26.0/all.json": "k8s/**/*.yaml",
"recyclarr": "https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config-schema.json",
"https://taskfile.dev/schema.json": [
"**/Taskfile.yaml",
".taskfiles/*.yml"
]
],
"https://raw.githubusercontent.com/budimanjojo/talhelper/master/pkg/config/schemas/talconfig.json": "file:///home/stephen/Documents/Development/home_cluster/infrastructure/talos/betty/talconfig.yaml"
},
"material-icon-theme.folders.associations": {
".taskfiles": "utils",
Expand Down
Loading

0 comments on commit 7334a10

Please sign in to comment.