You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/08 22:52:23 UTC

[airflow] branch main updated: Chart docs: Fix ``extrasecrets`` example (#16305)

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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aed146  Chart docs: Fix ``extrasecrets`` example (#16305)
2aed146 is described below

commit 2aed14675e87ddc46b329b96c8d6b061ef66ec52
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Tue Jun 8 16:51:55 2021 -0600

    Chart docs: Fix ``extrasecrets`` example (#16305)
    
    Found a couple places where we have incorrect examples of `extraSecrets`.
---
 chart/values.yaml                                    | 2 +-
 docs/helm-chart/adding-connections-and-variables.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 43e2331..b857bac 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -195,7 +195,7 @@ extraSecrets: {}
 #       AIRFLOW_CONN_AWS: 'base64_encoded_aws_conn_string'
 #     stringData: |
 #       AIRFLOW_CONN_OTHER: 'other_conn'
-#   '{{ .Release.Name }}-other-secret-name-suffix': |
+#   '{{ .Release.Name }}-other-secret-name-suffix':
 #     data: |
 #        ...
 
diff --git a/docs/helm-chart/adding-connections-and-variables.rst b/docs/helm-chart/adding-connections-and-variables.rst
index b71df02..59d60be 100644
--- a/docs/helm-chart/adding-connections-and-variables.rst
+++ b/docs/helm-chart/adding-connections-and-variables.rst
@@ -45,7 +45,7 @@ to override values under these sections of the ``values.yaml`` file.
      my-airflow-connections:
        data: |
          AIRFLOW_CONN_GCP: 'base64_encoded_gcp_conn_string'
-     my-secret-name: |
+     my-secret-name:
        stringData: |
          my-secret-key: my-secret