Skip to content

Commit 1d54f89

Browse files
committed
Add missing values entries to Parameters in chart/README.md (#11477)
(cherry picked from commit cb4cd91)
1 parent d52e907 commit 1d54f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chart/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ The following tables lists the configurable parameters of the Airflow chart and
185185
| `workers.resources.requests.memory` | Memory Request of workers | `~` |
186186
| `workers.terminationGracePeriodSeconds` | How long Kubernetes should wait for Celery workers to gracefully drain before force killing | `600` |
187187
| `workers.safeToEvict` | Allow Kubernetes to evict worker pods if needed (node downscaling) | `true` |
188+
| `workers.serviceAccountAnnotations` | Annotations to add to worker kubernetes service account | `{}` |
189+
| `workers.extraVolumes` | Mount additional volumes into worker | `[]` |
190+
| `workers.extraVolumeMounts` | Mount additional volumes into worker | `[]` |
188191
| `scheduler.podDisruptionBudget.enabled` | Enable PDB on Airflow scheduler | `false` |
189192
| `scheduler.podDisruptionBudget.config.maxUnavailable` | MaxUnavailable pods for scheduler | `1` |
190193
| `scheduler.replicas` | # of parallel schedulers (Airflow 2.0 using Mysql 8+ or Postgres only) | `1` |
@@ -194,6 +197,9 @@ The following tables lists the configurable parameters of the Airflow chart and
194197
| `scheduler.resources.requests.memory` | Memory Request of scheduler | `~` |
195198
| `scheduler.airflowLocalSettings` | Custom Airflow local settings python file | `~` |
196199
| `scheduler.safeToEvict` | Allow Kubernetes to evict scheduler pods if needed (node downscaling) | `true` |
200+
| `scheduler.serviceAccountAnnotations` | Annotations to add to scheduler kubernetes service account | `{}` |
201+
| `scheduler.extraVolumes` | Mount additional volumes into scheduler | `[]` |
202+
| `scheduler.extraVolumeMounts` | Mount additional volumes into scheduler | `[]` |
197203
| `webserver.livenessProbe.initialDelaySeconds` | Webserver LivenessProbe initial delay | `15` |
198204
| `webserver.livenessProbe.timeoutSeconds` | Webserver LivenessProbe timeout seconds | `30` |
199205
| `webserver.livenessProbe.failureThreshold` | Webserver LivenessProbe failure threshold | `20` |

0 commit comments

Comments
 (0)