mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
1
direnv/direnvrc
Normal file
1
direnv/direnvrc
Normal file
@@ -0,0 +1 @@
|
||||
dotenv .env
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user