From 48a770a51b890af6621d1ca085614d8b5bd2871b Mon Sep 17 00:00:00 2001 From: Omri Assa Date: Sat, 30 Nov 2024 14:49:51 +0200 Subject: [PATCH] docs: updated docs for gitlab --- docs/configuration/health_check.md | 2 ++ docs/getting_started/installation.md | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/configuration/health_check.md b/docs/configuration/health_check.md index d91dfec..2dafd89 100644 --- a/docs/configuration/health_check.md +++ b/docs/configuration/health_check.md @@ -1,5 +1,7 @@ ## Health Check +currently not supported for gitlab / bitbucket + The following examples shows a health check being executed every 1 minute as configured in the helm chart under `livenessProbe`, and triggered by `/healthz` endpoint: ```yaml diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index bdd7b06..5b9b53e 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -40,9 +40,10 @@ Also configure you organization (Github), workspace (Bitbucket) or group (Gitlab #### Git Token Permissions -The token should have access for creating webhooks and read repositories content. -For GitHub, configure `admin:org` and `write:org` permissions in Classic Token. -For Bitbucket, configure `Repositories:read`, `Webhooks:read and write` and `Pull requests:read` permissions (for multiple repos use workspace token). +The token should have access for creating webhooks and read repositories content.
+For GitHub, configure `admin:org` and `write:org` permissions in Classic Token.
+For Bitbucket, configure `Repositories:read`, `Webhooks:read and write` and `Pull requests:read` permissions (for multiple repos use workspace token).
+For Gitlab, configure `read_api`, `write_repository` and `api` (for multiple repos use group token with owner role).
#### Token