From 1badf101dc3f2ef12a4fe485785cadde948b9401 Mon Sep 17 00:00:00 2001 From: Julien Haumont <3694732+jhaumont@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:05:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b7c86be2..c8758dab 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,6 @@ The following options are supported. See [values.yaml](/charts/atlantis/values.y | `config` | Override atlantis main configuration by config map. It's allow some additional functionality like slack notifications. | n/a | | `containerSecurityContext.allowPrivilegeEscalation` | Whether to enable privilege escalation | n/a | | `containerSecurityContext.readOnlyRootFilesystem` | Whether the root file system should be read-only | n/a | -| `servicemonitor.enabled` | Enable Prometheus service monitor. This requires metrics.prometheus.endpoint to be defined (/metrics is a good default) in the repoConfig value | `false` | -| `servicemonitor.interval` | Interval at which metrics should be scraped | `30s` | -| `servicemonitor.path` | HTTP path to scrape for metrics | `/metrics` | -| `servicemonitor.auth` | If authentication is required on Atlantis, the servicemonitor should reference a secret with the credentials. The default values.yaml file provides two options for that, basicAuth, using the atlantis-basic-auth secret created by this chart, or externalSecret if the credentials are set there | n/a | | `customPem` | SecretName of the custom `ca-certificates.cert` to override the `/etc/ssl/certs/ca-certificates.crt` with your custom one (self-signed certificates)
Secret has to be created manually and shall contain `ca-certificates.crt: PEM` | n/a | | `defaultTFVersion` | Default Terraform version to be used by atlantis server | n/a | | `disableApplyAll` | Disables running `atlantis apply` without any flags | `false` |