atlantis Helm values reference¶
Helm values reference table for the atlantis
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the atlantis deployment pod |
config.repoAllowList |
list |
|
The GitHub repos that atlantis will accept webooks from: docs |
config.repoConfig |
object |
See |
Content for the server-side repo config file |
config.serverConfig |
object |
See |
Content for the server config file. Note the format of the keys (kebab-case) |
config.serverConfig.automerge |
bool |
|
Whether to automatically merge PRs after plans have been applied (see docs) |
config.serverConfig.log-level |
string |
|
One of: debug, info, warn, or error. |
config.serverConfig.repo-allowlist |
list |
|
The GitHub repos that atlantis will accept webooks from: docs |
config.serverConfig.web-basic-auth |
bool |
|
We’re delegating auth for the web UI to gafaelfawr |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the atlantis image |
image.repository |
string |
|
atlantis image to use |
image.tag |
string |
The appVersion of the chart |
Tag of atlantis image to use |
ingress.annotations |
object |
|
Additional annotations to add to the atlantis ingresses |
nodeSelector |
object |
|
Node selection rules for the atlantis deployment pod |
persistence |
object |
See |
Persistent storage configuration. Atlantis stores Terraform plans and git repo clones while pull requests are open. This data is deleted when the pull requests are merged or closed. |
persistence.size |
string |
|
Amount of persistent storage to request |
persistence.storageClass |
string |
|
Class of storage to request |
podAnnotations |
object |
|
Annotations for the atlantis deployment pod |
resources |
object |
See |
Resource limits and requests for the atlantis deployment pod |
tolerations |
list |
|
Tolerations for the atlantis deployment pod |