Commit 72c49f29 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-250' into 'master'

Use the correct chart for helm command

See merge request gitlab-org/gitlab!43487
parents ede8f047 05e76d7c
......@@ -81,7 +81,8 @@ When installing or upgrading the GitLab Helm chart, consider the following Helm
for the Agent to be properly installed and configured:
```shell
helm upgrade --force --install gitlab . \
helm repo update
helm upgrade --force --install gitlab gitlab/gitlab \
--timeout 600 \
--set global.hosts.domain=<YOUR_DOMAIN> \
--set global.hosts.externalIP=<YOUR_IP> \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment