diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-16 10:37:05 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-16 10:37:10 +0100 |
commit | 86ab9edbb2836feb3eb52fe859f1bc9521787fc2 (patch) | |
tree | be902c3844b2ebd97b284ab8bdfff492809bf91a /doc/install/kubernetes/gitlab_chart.md | |
parent | 96a46521002f17aff2fc09f02778432ae049c6ee (diff) | |
parent | 5f2b142b66ed8f355b36b91907ca9bea17c070f2 (diff) | |
download | gitlab-ce-86ab9edbb2836feb3eb52fe859f1bc9521787fc2.tar.gz |
Merge branch 'issue-edit-inline' into issue-edit-inline-description-field
[ci skip]
Diffstat (limited to 'doc/install/kubernetes/gitlab_chart.md')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 4 |
1 files 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 <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 --namepace <NAMEPACE> -f <CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab +helm upgrade --namespace <NAMESPACE> -f <CONFIG_VALUES_FILE> <RELEASE-NAME> gitlab/gitlab ``` where: |