From 30881592d7201600343b314c08fb7475b4c3edde Mon Sep 17 00:00:00 2001 From: zanhsieh Date: Fri, 8 Nov 2019 04:17:42 +0800 Subject: [PATCH] [stable/airflow] Typo fix (#18675) Signed-off-by: Mingchin Hsieh --- stable/airflow/Chart.yaml | 2 +- stable/airflow/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 04b0dbf073..0ca5a7f063 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: 4.3.0 +version: 4.3.1 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 9729d28d6b..19ba5f0c49 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -200,7 +200,7 @@ Next, you can use those secrets with the Helm chart: ```yaml # values.yaml -postgres: +postgresql: existingSecret: airflow-postgres redis: @@ -437,8 +437,8 @@ The following table lists the configurable parameters of the Airflow chart and t | `postgresql.postgresPassword` | PostgreSQL Password | `airflow` | | `postgresql.postgresDatabase` | PostgreSQL Database name | `airflow` | | `postgresql.persistence.enabled` | Enable Postgres PVC | `true` | -| `postgresql.persistance.storageClass` | Persistant class | (undefined) | -| `postgresql.persistance.accessMode` | Access mode | `ReadWriteOnce` | +| `postgresql.persistence.storageClass` | Persistent class | (undefined) | +| `postgresql.persistence.accessMode` | Access mode | `ReadWriteOnce` | | `redis.enabled` | Create a Redis cluster | `true` | | `redis.existingSecret` | The name of an existing secret with a key named `redis.existingSecretKey` to use as the password | `nil` | | `redis.existingSecretKey` | The name of the key containing the password in the secret named `redis.existingSecret` | `redis-password` |