From 759d07fc668e781ee0cfdea3b4066cd4ea965622 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 31 Oct 2024 15:25:28 +0100 Subject: [PATCH] Update github-helm RBAC options Since https://gitlab.com/gitlab-org/charts/gitlab-agent/-/commit/744f04cce350b7ba35ebdddf251dce417bad93c6, there's another option adding RBAC's for the Gitlab agent. As these cannot be setup on APPUiO, marking this as false. --- docs/modules/ROOT/pages/how-to/connect-gitlab.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-to/connect-gitlab.adoc b/docs/modules/ROOT/pages/how-to/connect-gitlab.adoc index 7355561..873b5d2 100644 --- a/docs/modules/ROOT/pages/how-to/connect-gitlab.adoc +++ b/docs/modules/ROOT/pages/how-to/connect-gitlab.adoc @@ -45,7 +45,8 @@ GITLAB_AGENT_TOKEN= <1> helm upgrade --install gitlab-agent gitlab/gitlab-agent \ --set config.token=${GITLAB_AGENT_TOKEN} \ --set config.kasAddress=wss://kas.gitlab.com \ - --set rbac.create=false + --set rbac.create=false \ + --set config.operational_container_scanning.enabled=false -- <1> The GitLab Agent's access token