diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-07-07 14:19:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-07-07 14:19:28 +0200 |
| commit | 9ddb9707ef2c65bf09dff0ab43e316c2fc4065ec (patch) | |
| tree | bd8ad1e732e12529f4d21a45ba59e015863d3bfa | |
| parent | cc303eecce47bcebec6d5197bccab99422ebe713 (diff) | |
Fix gcloud auth (for k9s) and other kubectl tooling
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
