remove gcp/gcloud/google cli

This commit is contained in:
Sean Buckley 2023-06-17 01:47:53 -04:00
parent a7ca02290b
commit b01cd155b8

View file

@ -8,9 +8,6 @@
kubectl kubectl
kubernetes-helm kubernetes-helm
(google-cloud-sdk.withExtraComponents
[ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
# dedicated script, because bash aliases dont work with `watch` # dedicated script, because bash aliases dont work with `watch`
(writeShellScriptBin "k" "exec kubectl \"$@\"") (writeShellScriptBin "k" "exec kubectl \"$@\"")
]; ];