Commit 05e76d7c authored by Thong Kuah's avatar Thong Kuah Committed by Marcel Amirault

Use the correct chart for helm command

parent ede8f047
...@@ -81,7 +81,8 @@ When installing or upgrading the GitLab Helm chart, consider the following Helm ...@@ -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: for the Agent to be properly installed and configured:
```shell ```shell
helm upgrade --force --install gitlab . \ helm repo update
helm upgrade --force --install gitlab gitlab/gitlab \
--timeout 600 \ --timeout 600 \
--set global.hosts.domain=<YOUR_DOMAIN> \ --set global.hosts.domain=<YOUR_DOMAIN> \
--set global.hosts.externalIP=<YOUR_IP> \ --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