Skip to content

Commit

Permalink
Fix extrasecrets example
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham committed Jun 8, 2021
1 parent 4ea8f9c commit 3bf46d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Expand Up @@ -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: |
# ...

Expand Down
2 changes: 1 addition & 1 deletion docs/helm-chart/adding-connections-and-variables.rst
Expand Up @@ -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
Expand Down

0 comments on commit 3bf46d5

Please sign in to comment.