Skip to content

Commit fe011b4

Browse files
author
Paul McDonald
authored
Update RBAC Role to AcrPush
This is currently using `AcrPull` which is incorrect
1 parent fa512a1 commit fe011b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-helm-repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Run `helm registry login` to authenticate with the registry. You may pass [regi
142142
ACR_REGISTRY_ID=$(az acr show --name $ACR_NAME --query id --output tsv)
143143
PASSWORD=$(az ad sp create-for-rbac --name $SERVICE_PRINCIPAL_NAME \
144144
--scopes $(az acr show --name $ACR_NAME --query id --output tsv) \
145-
--role acrpull \
145+
--role acrpush \
146146
--query "password" --output tsv)
147147
USER_NAME=$(az ad sp list --display-name $SERVICE_PRINCIPAL_NAME --query "[].appId" --output tsv)
148148
```

0 commit comments

Comments
 (0)