Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-02-21 22:09:18 +08:00
parent e5a0de12d9
commit 796fa1c5c2
2 changed files with 2 additions and 8 deletions

1
direnv/direnvrc Normal file
View File

@@ -0,0 +1 @@
dotenv .env

View File

@@ -24,18 +24,11 @@ local servers = {
Kubernetes = {
'/*ingress.yaml',
'/*deployment.yaml',
'/*statefulset.yaml',
'/*configmap.yaml',
'/*secret.yaml',
'/*kustomization.yaml',
'/*service.yaml',
'/*ingress.yml',
'/*deployment.yml',
'/*configmap.yml',
'/*secret.yml',
'/*kustomization.yml',
'/*service.yml',
},
--['https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json'] = '/*.k8s.yaml',
},