From 9ddb9707ef2c65bf09dff0ab43e316c2fc4065ec Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 7 Jul 2022 14:19:28 +0200 Subject: Fix gcloud auth (for k9s) and other kubectl tooling --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 10dc496..8b87697 100644 --- a/.bash_profile +++ b/.bash_profile @@ -27,6 +27,7 @@ export GPG_TTY=$(tty) unset SSH_AGENT_PID export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export BASH_SILENCE_DEPRECATION_WARNING=1 # Silence new macOS warning about bash +export USE_GKE_GCLOUD_AUTH_PLUGIN=True # Springer Nature export VAULT_ADDR=https://vault.halfpipe.io -- cgit v1.2.3