Skip to content

Commit 5bacb70

Browse files
authored
Update container-registry-helm-repos.md
Using the value for $USER_NAME suggested in the example will lead to this error message: ERROR: Parameter 'token_name' must conform to the following pattern: '^[a-zA-Z0-9-]*$'. Updated with a value conforming to the pattern
1 parent e9712a2 commit 5bacb70

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

0 commit comments

Comments
 (0)