update dotfiles

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-05-09 16:17:56 +08:00
parent 55e9c49c2b
commit 6afbbe8b83
3 changed files with 36 additions and 5 deletions

View File

@@ -28,13 +28,13 @@ local servers = {
'/*swagger.yml',
},
Kubernetes = {
'/*ingress.yaml',
'/*deployment.yaml',
'/*statefulset.yaml',
'/*configmap.yaml',
'/*ing.yaml',
'/*deploy.yaml',
'/*sts.yaml',
'/*cm.yaml',
'/*secret.yaml',
'/*kustomization.yaml',
'/*service.yaml',
'/*svc.yaml',
},
--['https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json'] = '/*.k8s.yaml',
},