From 24254a973c643027e2f51b3426a95b0911ae1b20 Mon Sep 17 00:00:00 2001 From: "gangseok.lee" Date: Thu, 8 Nov 2018 19:14:13 +0900 Subject: [PATCH] fix incorrect command in helm dependency doc helm add repo -> helm repo add Signed-off-by: gangseok.lee --- docs/helm/helm_dependency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helm/helm_dependency.md b/docs/helm/helm_dependency.md index 317860bdb..cb8e94e80 100644 --- a/docs/helm/helm_dependency.md +++ b/docs/helm/helm_dependency.md @@ -49,7 +49,7 @@ the dependency charts stored locally. The path should start with a prefix of repository: "file://../dependency_chart/nginx" If the dependency chart is retrieved locally, it is not required to have the -repository added to helm by "helm add repo". Version matching is also supported +repository added to helm by "helm repo add". Version matching is also supported for this case.