Skip to content

Commit

Permalink
docs: use a maintained fork for kubernetes-json-schema in the examp…
Browse files Browse the repository at this point in the history
…le (#3572)

The `instrumenta/kubernetes-json-schema` repo is apparently dead:
instrumenta/kubernetes-json-schema#32 (comment)
And nobody has the credentials anymore to archive it:
instrumenta/kubeval#268 (comment)
The recommended migration from instrumenta is to https://github.com/yannh/kubeconform,
see (instrumenta/kubernetes-json-schema#32 (comment))
and the recommended `kubernetes-json-schema` fork is also from the same new maintainer:
https://github.com/yannh/kubernetes-json-schema/

Signed-off-by: Ferenc Géczi <[email protected]>
  • Loading branch information
Ferenc- authored Jan 21, 2025
1 parent e118ce5 commit 32c9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/yamlls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('lspconfig').yamlls.setup {
yaml = {
... -- other settings. note this overrides the lspconfig defaults.
schemas = {
["https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json"] = "/*.k8s.yaml",
["https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.32.1-standalone-strict/all.json"] = "/*.k8s.yaml",
... -- other schemas
},
},
Expand Down

0 comments on commit 32c9817

Please sign in to comment.