You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AZURE_TENANT_ID=$(shell az account show --query tenantId --output tsv)&&\
7
8
AZURE_SUBSCRIPTION_ID=$(shell az account show --query id --output tsv)&&\
8
9
CSI_SECRET_STORE_CLIENT_ID=$(shell az aks show -n ${AKS_NAME} -g ${RESOURCEGROUP} --query 'addonProfiles.azureKeyvaultSecretsProvider.identity.clientId' -o tsv)&&\
0 commit comments