We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a37c73 + fe011b4 commit c70ff1cCopy full SHA for c70ff1c
articles/container-registry/container-registry-helm-repos.md
@@ -142,7 +142,7 @@ Run `helm registry login` to authenticate with the registry. You may pass [regi
142
ACR_REGISTRY_ID=$(az acr show --name $ACR_NAME --query id --output tsv)
143
PASSWORD=$(az ad sp create-for-rbac --name $SERVICE_PRINCIPAL_NAME \
144
--scopes $(az acr show --name $ACR_NAME --query id --output tsv) \
145
- --role acrpull \
+ --role acrpush \
146
--query "password" --output tsv)
147
USER_NAME=$(az ad sp list --display-name $SERVICE_PRINCIPAL_NAME --query "[].appId" --output tsv)
148
```
0 commit comments