Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaumont authored Dec 12, 2023
1 parent 1672620 commit 1badf10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br>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` |
Expand Down

0 comments on commit 1badf10

Please sign in to comment.