feat(cleanup): remove all Kubernetes and kubectl references, aliases, and completions

This commit is contained in:
2026-09-09 08:20:40 +02:00
parent 062c7307df
commit 5d2a23db88
8 changed files with 0 additions and 83 deletions
-5
View File
@@ -27,8 +27,3 @@ 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