Fixed typo on helm install sample (#392)
Fixed typo on helm install sample. Replaced providers.azure.clientID with provider.azure.clientId so the values are correctly parsed.
This commit is contained in:
committed by
Ria Bhatia
parent
77c3315da4
commit
4edd39a8ef
@@ -225,7 +225,7 @@ helm install "$CHART_URL" --name "$RELEASE_NAME" \
|
||||
--set providers.azure.aciRegion=$ACI_REGION \
|
||||
--set providers.azure.tenantId=$AZURE_TENANT_ID \
|
||||
--set providers.azure.subscriptionId=$AZURE_SUBSCRIPTION_ID \
|
||||
--set providers.azure.clientID=$AZURE_CLIENT_ID \
|
||||
--set providers.azure.clientId=$AZURE_CLIENT_ID \
|
||||
--set providers.azure.clientKey=$AZURE_CLIENT_SECRET
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user