You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/atlantis/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ extraManifests:
104
104
| environment | object | `{}` | Environment values to add to the Atlantis pod. Check values.yaml for examples. |
105
105
| environmentRaw | list | `[]` | Optionally specify additional environment variables in raw yaml format. Useful to specify variables refering to k8s objects. Check values.yaml for examples. |
106
106
| environmentSecrets | list | `[]` | Optionally specify additional environment variables to be populated from Kubernetes secrets. Useful for passing in TF_VAR_foo or other secret environment variables from Kubernetes secrets. Check values.yaml for examples. |
107
-
| extraAnnotations | object | `{}` | |
107
+
| extraAnnotations | object | `{}` | These annotations will be added to all the resources. Check values.yaml for examples. |
108
108
| extraArgs | list | `[]` | Optionally specify extra arguments for the Atlantis pod. Check values.yaml for examples. |
109
109
| extraContainers | list | `[]` | Optionally specify extra containers for the Atlantis pod. Check values.yaml for examples. |
110
110
| extraManifests | list | `[]` | Optionally specify additional manifests to be created. Check values.yaml for examples. |
@@ -183,6 +183,7 @@ extraManifests:
183
183
| replicaCount | int | `1` | Replica count for Atlantis pods. |
184
184
| repoConfig | string | `""` | Use Server Side Repo Config, ref: https://www.runatlantis.io/docs/server-side-repo-config.html. Check values.yaml for examples. |
185
185
| resources | object | `{}` | Resources for Atlantis. Check values.yaml for examples. |
186
+
| secret.annotations | object | `{}` | Annotations for the Secrets. Check values.yaml for examples. |
0 commit comments