Commit b7b88f43 authored by Joshua Lambert's avatar Joshua Lambert

Fix helm update command

parent 3bfbe1fe
...@@ -64,7 +64,7 @@ run helm. In this example, we've named our helm release "gitlab". ...@@ -64,7 +64,7 @@ run helm. In this example, we've named our helm release "gitlab".
``` ```
helm repo add gitlab https://charts.gitlab.io/ helm repo add gitlab https://charts.gitlab.io/
helm dependencies update helm update
helm upgrade --install gitlab gitlab/gitlab \ helm upgrade --install gitlab gitlab/gitlab \
--timeout 600 \ --timeout 600 \
--set global.hosts.domain=example.local \ --set global.hosts.domain=example.local \
......
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