Skip to content

Commit 9aa5975

Browse files
committed
Update doc
1 parent 5ff072b commit 9aa5975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/cli/add_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: devspace add package
44

55
With `devspace add package`, you can easily add a package (helm chart) like mysql, nginx etc. to your devspace. To view all available packages run `devspace add package`.
66

7-
The devspace add package command adds the helm chart as a dependency in the requirements.yaml and calls the internal `helm dependency update`, which downloads the chart and places it in the chart/charts folder. To remove the dependency call `devspace remove package PACKAGE`.
7+
The devspace add package command adds the helm chart as a dependency in the requirements.yaml and calls the internal `helm dependency update` (helm doesn't need to be installed), which downloads the chart and places it in the chart/charts folder. To remove the dependency call `devspace remove package PACKAGE`.
88

99
By default the standard stable helm chart repository is used (see: [Helm Charts](https://github.com/helm/charts/tree/master/stable)). If you want to add additional charts, just add the repository via `helm repo add` ([documentation](https://docs.helm.sh/helm/#helm-repo-add)).
1010

0 commit comments

Comments
 (0)