From 9129f2068743180ebad4ea0c8edf1a22a6a0af8d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 25 Apr 2021 11:52:26 +0300 Subject: [PATCH] Setup gcloud for ChorusOne. --- Documents/ChorusOne/.envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/Documents/ChorusOne/.envrc b/Documents/ChorusOne/.envrc index 9d78aaa..840a6d9 100644 --- a/Documents/ChorusOne/.envrc +++ b/Documents/ChorusOne/.envrc @@ -5,4 +5,5 @@ export AWS_PROFILE='chorusone' export GIT_AUTHOR_EMAIL='nimrod@chorus.one' export KUBECONFIG="$HOME/Documents/ChorusOne/kubeconfig.yaml" export VAULT_ADDR=https://vault.prod.chorus1.net:8200 +export CLOUDSDK_ACTIVE_CONFIG_NAME='chorusone' . .envrc.private -- GitLab