提交 b5ef4adb 编写于 作者: A Achilleas Pipinellis

Merge branch 'docs-helm-init-before-helm-repo-add' into 'master'

CE: Helm init before helm repo add

See merge request gitlab-org/gitlab-ce!18882
...@@ -129,8 +129,8 @@ You may see a temporary error message `SchedulerPredicates failed due to Persist ...@@ -129,8 +129,8 @@ You may see a temporary error message `SchedulerPredicates failed due to Persist
Add the GitLab Helm repository and initialize Helm: Add the GitLab Helm repository and initialize Helm:
```bash ```bash
helm repo add gitlab https://charts.gitlab.io
helm init helm init
helm repo add gitlab https://charts.gitlab.io
``` ```
Once you have reviewed the [configuration settings](#configuring-and-installing-gitlab) you can install the chart. We recommending saving your configuration options in a `values.yaml` file for easier upgrades in the future. Once you have reviewed the [configuration settings](#configuring-and-installing-gitlab) you can install the chart. We recommending saving your configuration options in a `values.yaml` file for easier upgrades in the future.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册