From 5049b3cd2362d119d0f6147bb45b449609b07cb4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 5 Oct 2020 17:33:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-4-stable-ee --- doc/user/clusters/agent/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/user') 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= \ --set global.hosts.externalIP= \ @@ -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: -- cgit v1.2.1