[stable/airflow] Typo fix (#18675)

Signed-off-by: Mingchin Hsieh <zanhsieh@Mingchins-MacBook-Pro.local>
This commit is contained in:
zanhsieh
2019-11-07 12:17:42 -08:00
committed by Kubernetes Prow Robot
parent 2985e973e6
commit 30881592d7
2 changed files with 4 additions and 4 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: 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/
+3 -3
View File
@@ -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` |