Skip to content

Commit 302d7a0

Browse files
committed
Update az-location.sh
1 parent 2ca88dd commit 302d7a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

az-location.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
. ./setenv.sh
22

3+
echo '-------Create a Azure Blob Storage Container'
4+
az storage container create -n $MY_PREFIX-$MY_CONTAINER --account-key $(cat az_storage_key) --account-name $MY_PREFIX$AZURE_STORAGE_ACCOUNT_ID
5+
36
echo '-------Create a Azure Blob Storage profile secret'
47
kubectl create secret generic k10-azure-secret \
58
--namespace kasten-io \

0 commit comments

Comments
 (0)