diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-05 17:33:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-05 17:33:30 +0000 |
commit | 5049b3cd2362d119d0f6147bb45b449609b07cb4 (patch) | |
tree | 69c89f0b19c09d3600ab3772be20209d4d702d36 /doc/user/clusters | |
parent | d5cc1255b64367c04f208150dbafa0be7b50dc45 (diff) | |
download | gitlab-ce-5049b3cd2362d119d0f6147bb45b449609b07cb4.tar.gz |
Add latest changes from gitlab-org/gitlab@13-4-stable-ee
Diffstat (limited to 'doc/user/clusters')
-rw-r--r-- | doc/user/clusters/agent/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/clusters/agent/index.md b/doc/user/clusters/agent/index.md index 7b745577cc4..6521b71e9e6 100644 --- a/doc/user/clusters/agent/index.md +++ b/doc/user/clusters/agent/index.md @@ -69,7 +69,8 @@ If you don't already have GitLab installed via Helm please refer to our [install When installing/upgrading the GitLab Helm chart please consider the following Helm 2 example (if using Helm 3 please modify): ```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> \ @@ -299,6 +300,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment + namespace: gitlab-agent # Can be any namespace managed by you that the agent has access to. spec: selector: matchLabels: |