@@ -308,30 +308,30 @@ The command removes all the Kubernetes components associated with the chart and
308308
309309### Airflow database parameters
310310
311- | Name | Description | Value |
312- | -------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------- |
313- | ` postgresql.enabled ` | Switch to enable or disable the PostgreSQL helm chart | ` true ` |
314- | ` postgresql.postgresqlUsername ` | Airflow Postgresql username | ` bn_airflow ` |
315- | ` postgresql.postgresqlPassword ` | Airflow Postgresql password | ` "" ` |
316- | ` postgresql.postgresqlDatabase ` | Airflow Postgresql database | ` bitnami_airflow ` |
317- | ` postgresql.existingSecret ` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | ` "" ` |
318- | ` externalDatabase.host ` | Database host | ` localhost ` |
319- | ` externalDatabase.user ` | non-root Username for Airflow Database | ` bn_airflow ` |
320- | ` externalDatabase.password ` | Database password | ` "" ` |
321- | ` externalDatabase.existingSecret ` | Name of an existing secret resource containing the DB password | ` "" ` |
322- | ` externalDatabase.existingSecretPasswordKey ` | Name of an existing secret key containing the DB password | ` "" ` |
323- | ` externalDatabase.database ` | Database name | ` bitnami_airflow ` |
324- | ` externalDatabase.port ` | Database port number | ` 5432 ` |
325- | ` redis.enabled ` | Switch to enable or disable the Redis(TM) helm | ` true ` |
326- | ` redis.auth.enabled ` | Switch to enable or disable authentication | ` true ` |
327- | ` redis.auth.password ` | Redis(TM) password | ` "" ` |
328- | ` redis.auth.existingSecret ` | Name of existing secret object containing the password | ` "" ` |
329- | ` redis.architecture ` | Cluster settings | ` standalone ` |
330- | ` externalRedis.host ` | Redis(TM) host | ` localhost ` |
331- | ` externalRedis.port ` | Redis(TM) port number | ` 6379 ` |
332- | ` externalRedis.password ` | Redis(TM) password | ` "" ` |
333- | ` externalRedis.existingSecret ` | Name of an existing secret resource containing the Redis(TM) password in a 'redis-password' key | ` "" ` |
334- | ` externalRedis.username ` | Redis(TM) username | ` "" ` |
311+ | Name | Description | Value |
312+ | -------------------------------------------- | -------------------------------------------------------------------------------------------------- | ----------------- |
313+ | ` postgresql.enabled ` | Switch to enable or disable the PostgreSQL helm chart | ` true ` |
314+ | ` postgresql.postgresqlUsername ` | Airflow Postgresql username | ` bn_airflow ` |
315+ | ` postgresql.postgresqlPassword ` | Airflow Postgresql password | ` "" ` |
316+ | ` postgresql.postgresqlDatabase ` | Airflow Postgresql database | ` bitnami_airflow ` |
317+ | ` postgresql.existingSecret ` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | ` "" ` |
318+ | ` externalDatabase.host ` | Database host | ` localhost ` |
319+ | ` externalDatabase.user ` | non-root Username for Airflow Database | ` bn_airflow ` |
320+ | ` externalDatabase.password ` | Database password | ` "" ` |
321+ | ` externalDatabase.existingSecret ` | Name of an existing secret resource containing the DB password | ` "" ` |
322+ | ` externalDatabase.existingSecretPasswordKey ` | Name of an existing secret key containing the DB password | ` "" ` |
323+ | ` externalDatabase.database ` | Database name | ` bitnami_airflow ` |
324+ | ` externalDatabase.port ` | Database port number | ` 5432 ` |
325+ | ` redis.enabled ` | Switch to enable or disable the Redis& trade ; helm | ` true ` |
326+ | ` redis.auth.enabled ` | Switch to enable or disable authentication | ` true ` |
327+ | ` redis.auth.password ` | Redis& trade ; password | ` "" ` |
328+ | ` redis.auth.existingSecret ` | Name of existing secret object containing the password | ` "" ` |
329+ | ` redis.architecture ` | Cluster settings | ` standalone ` |
330+ | ` externalRedis.host ` | Redis& trade ; host | ` localhost ` |
331+ | ` externalRedis.port ` | Redis& trade ; port number | ` 6379 ` |
332+ | ` externalRedis.password ` | Redis& trade ; password | ` "" ` |
333+ | ` externalRedis.existingSecret ` | Name of an existing secret resource containing the Redis& trade ; password in a 'redis-password' key | ` "" ` |
334+ | ` externalRedis.username ` | Redis& trade ; username | ` "" ` |
335335
336336
337337### Airflow metrics parameters
0 commit comments