Skip to content

Commit ea4a7d6

Browse files
authored
Merge pull request #98132 from dips-ogl/patch-1
Update container-registry-helm-repos.md
2 parents 4fed00e + 5bacb70 commit ea4a7d6

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
@@ -155,7 +155,7 @@ Run `helm registry login` to authenticate with the registry. You may pass [regi
155155
```
156156
- Authenticate with a [repository scoped token](container-registry-repository-scoped-permissions.md) (Preview).
157157
```azurecli
158-
USER_NAME="helm-token"
158+
USER_NAME="helmtoken"
159159
PASSWORD=$(az acr token create -n $USER_NAME \
160160
-r $ACR_NAME \
161161
--scope-map _repositories_admin \

0 commit comments

Comments
 (0)