From 2c45d07a06b3d070b2a6b92a48dac364311c411e Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Mon, 15 May 2017 14:39:55 +0000 Subject: [PATCH] Fix typo --- doc/install/kubernetes/gitlab_chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 35d395af024..2d7edbe16e4 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -392,7 +392,7 @@ Once you [have configured](#configuration) GitLab in your `values.yml` file, run the following: ```bash -helm install --namepace --name gitlab -f gitlab/gitlab +helm install --namespace --name gitlab -f gitlab/gitlab ``` where: @@ -407,7 +407,7 @@ Once your GitLab Chart is installed, configuration changes and chart updates should we done using `helm upgrade` ```bash -helm upgrade --namepace -f gitlab/gitlab +helm upgrade --namespace -f gitlab/gitlab ``` where: -- GitLab