From 525b1d6bc2487338545db7e2bb5754ee58ca2466 Mon Sep 17 00:00:00 2001 From: Bo Carbonell Date: Tue, 20 Dec 2022 15:55:18 +0000 Subject: [PATCH] First iteration to add tls documentation --- doc/charts/gitlab/gitlab-exporter/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/charts/gitlab/gitlab-exporter/index.md b/doc/charts/gitlab/gitlab-exporter/index.md index de01d19b07..6e535c6637 100644 --- a/doc/charts/gitlab/gitlab-exporter/index.md +++ b/doc/charts/gitlab/gitlab-exporter/index.md @@ -65,6 +65,7 @@ to the `helm install` command using the `--set` flags. | `service.type` | `ClusterIP` | GitLab Exporter service type | | `securityContext.fsGroup` | `1000` | Group ID under which the pod should be started | | `securityContext.runAsUser` | `1000` | User ID under which the pod should be started | +| `tls.enabled` | `[false]` | Enable or disable TLS connections | | `tolerations` | `[]` | Toleration labels for pod assignment | | `psql.port` | | Set PostgreSQL server port. Takes precedence over `global.psql.port` | -- GitLab