Skip to content

Commit d53a093

Browse files
authored
Update container-registry-helm-repos.md
fix typo
1 parent 0f5b4f1 commit d53a093

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
@@ -284,7 +284,7 @@ az acr repository delete --name mycontainerregistry --image helm/hello-world:v1
284284
With **Helm 2** you:
285285

286286
* Configure your Azure container registry as a *single* Helm chart repository. Azure Container Registry manages the index definition as you add and remove charts to the repository.
287-
* Authenticate with your Azure container registry via the Azure CLI, which then updates your Helm client automatically with the registry URI and credentials. You don't need to manually specify this registry information, so the credentials aren't exposed in the command histor
287+
* Authenticate with your Azure container registry via the Azure CLI, which then updates your Helm client automatically with the registry URI and credentials. You don't need to manually specify this registry information, so the credentials aren't exposed in the command history.
288288
* Use the [az acr helm][az-acr-helm] commands in the Azure CLI to add your Azure container registry as a Helm chart repository, and to push and manage charts. These Azure CLI commands wrap Helm 2 client commands.
289289
* Add the chart repository in your Azure container registry to your local Helm repo index, supporting chart search.
290290
* Use `helm install` to install charts to a Kubernetes cluster from a local repository cache.

0 commit comments

Comments
 (0)