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