From 645f87f544cb33e4f153b544c13856feb4a29909 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 17 Jul 2019 15:26:36 +0100 Subject: [PATCH] Fixed typos and mistakes in README (#15571) Signed-off-by: Andrei Loginov --- stable/airflow/Chart.yaml | 2 +- stable/airflow/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index e7627f9f37..25a7fad54f 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: 3.0.2 +version: 3.0.3 appVersion: 1.10.3 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 0d58fdfcb9..722739bbe0 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -406,9 +406,9 @@ The following table lists the configurable parameters of the Airflow chart and t | `serviceAccount.create` | create a service account | `true` | | `serviceAccount.name` | the service account name | `` | | `postgresql.enabled` | create a postgres server | `true` | -| `postgresql.existingSecret` | The name of an existing secret with a key `postgresql-password` to use as the password | `nil` | +| `postgresql.existingSecret` | The name of an existing secret with a key `postgres-password` to use as the password | `nil` | | `postgresql.uri` | full URL to custom postgres setup | (undefined) | -| `postgresql.portgresHost` | PostgreSQL Hostname | (undefined) | +| `postgresql.postgresHost` | PostgreSQL Hostname | (undefined) | | `postgresql.postgresUser` | PostgreSQL User | `postgres` | | `postgresql.postgresPassword` | PostgreSQL Password | `airflow` | | `postgresql.postgresDatabase` | PostgreSQL Database name | `airflow` |