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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ extraManifests:
94
94
| disableApply | bool | `false` | Disables running `atlantis apply` regardless of which flags are sent with it. |
95
95
| disableApplyAll | bool | `false` | Disables running `atlantis apply` without any flags. |
96
96
| disableRepoLocking | bool | `false` | Stops atlantis locking projects and or workspaces when running terraform. |
97
+
| dnsConfig | object | `{}` | Optionally specify dnsConfig for the Atlantis pod. Check values.yaml for examples. |
98
+
| dnsPolicy | string | `"ClusterFirst"` | Optionally specify dnsPolicy parameter to specify a DNS policy for a pod Check https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy |
97
99
| enableDiffMarkdownFormat | bool | `false` | Use Diff Markdown Format for color coding diffs. |
98
100
| enableKubernetesBackend | bool | `false` | Optionally deploy rbac to allow for the serviceAccount to manage terraform state via the kubernetes backend. |
99
101
| environment | object | `{}` | Environtment values to add to the Atlantis pod. Check values.yaml for examples. |
0 commit comments