File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Create a Kubernetes TLS secret for the ingress gateway; use [Azure Key Vault][ak
77
77
```bash
78
78
OBJECT_ID=$(az aks show --resource-group $RESOURCE_GROUP --name $CLUSTER --query ' addonProfiles.azureKeyvaultSecretsProvider.identity.objectId' -o tsv)
79
79
CLIENT_ID=$(az aks show --resource-group $RESOURCE_GROUP --name $CLUSTER --query ' addonProfiles.azureKeyvaultSecretsProvider.identity.clientId' )
80
- TENANT_ID=$(az keyvault show -g ddama-test -n $AKV_NAME --query ' properties.tenantId' )
80
+ TENANT_ID=$(az keyvault show --resource-group $RESOURCE_GROUP --name $AKV_NAME --query ' properties.tenantId' )
81
81
82
82
az keyvault set-policy --name $AKV_NAME --object-id $OBJECT_ID --secret-permissions get list
83
83
```
You can’t perform that action at this time.
0 commit comments