This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 096f5c5 Fix typo of resultBackendConnection in chart README (#9537)
096f5c5 is described below
commit 096f5c5cba963b364ee75f6686d128cd4d34d66e
Author: Vicken Simonian <[email protected]>
AuthorDate: Fri Jun 26 11:40:30 2020 -0700
Fix typo of resultBackendConnection in chart README (#9537)
---
chart/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chart/README.md b/chart/README.md
index d0366f6..402a9d7 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -119,11 +119,11 @@ The following tables lists the configurable parameters of
the Airflow chart and
| `data.metadataSecretName` | Secret name to mount
Airflow connection string from
| `~` |
| `data.resultBackendSecretName` | Secret name to mount
Celery result backend connection string from
| `~` |
| `data.metadataConection` | Field separated
connection data (alternative to secret name)
| `{}` |
-| `data.resultBakcnedConnection` | Field separated
connection data (alternative to secret name)
| `{}` |
+| `data.resultBackendConnection` | Field separated
connection data (alternative to secret name)
| `{}` |
| `fernetKey` | String representing
an Airflow fernet key
| `~` |
| `fernetKeySecretName` | Secret name for
Airlow fernet key
| `~` |
| `workers.replicas` | Replica count for
Celery workers (if applicable)
| `1` |
-| `workers.keda.enabled` | Enable KEDA
autoscaling features
| `false` |
+| `workers.keda.enabled` | Enable KEDA
autoscaling features
| `false` |
| `workers.keda.pollingInverval` | How often KEDA
should poll the backend database for metrics in seconds
| `5` |
| `workers.keda.cooldownPeriod` | How often KEDA
should wait before scaling down in seconds
| `30` |
| `workers.keda.maxReplicaCount` | Maximum number of
Celery workers KEDA can scale to
| `10` |