[stable/airflow] fix typo in readme for session affinity (#18996)

Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
This commit is contained in:
Stijn De Haes
2019-12-07 12:47:21 -08:00
committed by Kubernetes Prow Robot
parent 6ff1d83cc7
commit 7c94a795e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Airflow is a platform to programmatically author, schedule and monitor workflows
name: airflow
version: 5.2.3
version: 5.2.4
appVersion: 1.10.4
icon: https://airflow.apache.org/_images/pin_large.png
home: https://airflow.apache.org/
+1 -1
View File
@@ -369,7 +369,7 @@ The following table lists the configurable parameters of the Airflow chart and t
| `airflow.service.annotations` | (optional) service annotations for Airflow UI | `{}` |
| `airflow.service.externalPort` | (optional) external port for Airflow UI | `8080` |
| `airflow.service.nodePort.http` | (optional) when using service.type == NodePort, an optional NodePort to request | ``|
| `airflow.service.serviceSessionAffinity` | The session affinity for the airflow UI | `None` |
| `airflow.service.sessionAffinity` | The session affinity for the airflow UI | `None` |
| `airflow.service.sessionAffinityConfig` | The session affinity config for the airflow UI | `None` |
| `airflow.executor` | the executor to run | `Celery` |
| `airflow.initRetryLoop` | max number of retries during container init | |