Skip to content

Commit 824fdee

Browse files
committed
link fix
1 parent a94da98 commit 824fdee

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
@@ -112,7 +112,7 @@ mycontainerregistry.azurecr.io/helm/hello-world:v1 hello-world 0.1.0
112112

113113
Run the `helm registry login` command in the Helm 3 CLI to [authenticate with the registry](container-registry-authentication.md) using credentials appropriate for your scenario.
114114

115-
For example, create an Azure Active Directory [service principal with pull and push permissions](container-registry-auth-service-principalmd#create-a-service-principal) (AcrPush role) to the registry. Then supply the service principal credentials to `helm registry login`. The following example supplies the password using an environment variable:
115+
For example, create an Azure Active Directory [service principal with pull and push permissions](container-registry-auth-service-principal.md#create-a-service-principal) (AcrPush role) to the registry. Then supply the service principal credentials to `helm registry login`. The following example supplies the password using an environment variable:
116116

117117
```console
118118
echo $spPassword | helm registry login mycontainerregistry.azurecr.io \

0 commit comments

Comments
 (0)