From 7c94a795e49cff7399813f66a5dfd58fa021aa81 Mon Sep 17 00:00:00 2001 From: Stijn De Haes Date: Sat, 7 Dec 2019 21:47:21 +0100 Subject: [PATCH] [stable/airflow] fix typo in readme for session affinity (#18996) Signed-off-by: Stijn De Haes --- stable/airflow/Chart.yaml | 2 +- stable/airflow/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 363aa2f331..b03117a164 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -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/ diff --git a/stable/airflow/README.md b/stable/airflow/README.md index effa2d0a5c..52ae6001c3 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -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 | |