Revert "feat(cleanup): remove all Kubernetes and kubectl references, aliases, and completions"
This reverts commit 5d2a23db88.
This commit is contained in:
@@ -27,3 +27,8 @@ function vdocker
|
||||
echo "No Docker files found"
|
||||
end
|
||||
end
|
||||
|
||||
# Edit kubernetes manifests
|
||||
function vk8s
|
||||
find . -name "*.yaml" -o -name "*.yml" | grep -E "(k8s|kubernetes|deploy)" | head -5 | xargs nvim
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user