Fixed typos and mistakes in README (#15571)

Signed-off-by: Andrei Loginov <loginov.andrei@gmail.com>
This commit is contained in:
Andrei
2019-07-17 07:26:36 -07:00
committed by Kubernetes Prow Robot
parent f974887e6d
commit 645f87f544
2 changed files with 3 additions and 3 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: 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/
+2 -2
View File
@@ -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` |