You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/cli/add_package.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: devspace add package
4
4
5
5
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`.
6
6
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`.
8
8
9
9
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)).
0 commit comments