mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/airflow] Typo fix (#18675)
Signed-off-by: Mingchin Hsieh <zanhsieh@Mingchins-MacBook-Pro.local>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2985e973e6
commit
30881592d7
@@ -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/
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user