Skip to content

Commit 1978af5

Browse files
committed
edit
1 parent 824fdee commit 1978af5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ echo $spPassword | helm registry login mycontainerregistry.azurecr.io \
122122

123123
### Push chart to Azure Container Registry
124124

125-
Run the `helm chart push` command in the Helm 3 CLI to push the Helm chart to a repository in your Azure container registry. If it doesn't exist, the repository is created.
126-
127-
Push the chart to the fully qualified target repository:
125+
Run the `helm chart push` command in the Helm 3 CLI to push the chart to the fully qualified target repository:
128126

129127
```console
130128
helm chart push mycontainerregistry.azurecr.io/helm/hello-world:v1

0 commit comments

Comments
 (0)