Skip to content

Commit 91fce78

Browse files
authored
Changed Kuberentes to Kubernetes
1 parent 38ab74c commit 91fce78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/how-to/use-private-helm-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ manager: gwallace
1212
---
1313
# Use a private Helm repository in Azure Dev Spaces
1414

15-
[Helm][helm] is a package manager for Kuberentes. Helm uses a [chart][helm-chart] format to package dependencies. Helm charts are stored in a repository, which can be public or private. Azure Dev Spaces only retrieves Helm charts from public repositories when running your application. In cases where the Helm repository is private or Azure Dev Spaces can't access it, you can add a chart from that repository directly to your application. Adding the chart directly lets Azure Dev Spaces run your application without having to access the private Helm repository.
15+
[Helm][helm] is a package manager for Kubernetes. Helm uses a [chart][helm-chart] format to package dependencies. Helm charts are stored in a repository, which can be public or private. Azure Dev Spaces only retrieves Helm charts from public repositories when running your application. In cases where the Helm repository is private or Azure Dev Spaces can't access it, you can add a chart from that repository directly to your application. Adding the chart directly lets Azure Dev Spaces run your application without having to access the private Helm repository.
1616

1717
## Add the private Helm repository to your local machine
1818

@@ -79,4 +79,4 @@ Learn more about [Helm and how it works][helm].
7979
[helm-dependency-update]: https://helm.sh/docs/topics/charts/#managing-dependencies-with-the-dependencies-field
8080
[helm-repo-add]: https://helm.sh/docs/intro/using_helm/#helm-repo-working-with-repositories
8181
[helm-repo-update]: https://helm.sh/docs/intro/using_helm/#helm-repo-working-with-repositories
82-
[helm-requirements]: https://helm.sh/docs/topics/charts/#chart-dependencies
82+
[helm-requirements]: https://helm.sh/docs/topics/charts/#chart-dependencies

0 commit comments

Comments
 (0)