summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-05-13 21:49:06 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-05-13 21:49:06 -0400
commitcafa5b33fb03a18a1aca588c1ef1fd6ae8578e28 (patch)
tree58eabe419dcceaf04b3f03eccde4f6ceb8963dc5
parent8418b8a395e6a4a40d3b3dfd11b3ce81cb10bd91 (diff)
downloadgitlab-ce-32236-fix-typo-in-helm-chart-installation-doc.tar.gz
-rw-r--r--doc/install/kubernetes/gitlab_chart.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index 57137f6ef5e..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 <NAMEPACE> --name gitlab -f <CONFIG_VALUES_FILE> gitlab/gitlab
+helm install --namespace <NAMESPACE> --name gitlab -f <CONFIG_VALUES_FILE> 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 --namespace <NAMEPACE> -f <CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab
+helm upgrade --namespace <NAMESPACE> -f <CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab
```
where: