mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed typos and mistakes in README (#15571)
Signed-off-by: Andrei Loginov <loginov.andrei@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f974887e6d
commit
645f87f544
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user