Created
May 20, 2020 14:40
-
-
Save kingnebby/d95c715214add5ed49a57269bcc1736f to your computer and use it in GitHub Desktop.
.bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env-az-setup() { | |
echo "Setting Subscription: dev" | |
az account set --subscription umbrellaCorp-crankshaft-dev; | |
echo "Getting Kubectl Creds: dev" | |
az aks get-credentials --resource-group crankshaft-aks-dev-rg --name crankshaft-aks-dev; | |
# Just a helper to make sure everything got setup correctly | |
helm list; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment