This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a213847e99b4b9f0afb7a8c0b6fc3968d04d6e40
Author: Vicken Simonian <vsi...@gmail.com>
AuthorDate: Fri Jun 26 11:40:30 2020 -0700

    Fix typo of resultBackendConnection in chart README (#9537)
    
    
    (cherry picked from commit 096f5c5cba963b364ee75f6686d128cd4d34d66e)
---
 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`                                              |

Reply via email to