jscheffl commented on code in PR #64135: URL: https://github.com/apache/airflow/pull/64135#discussion_r3005417454
########## chart/values.yaml: ########## @@ -498,19 +498,14 @@ extraEnvFrom: ~ # Airflow database & redis config data: - # If secret names are provided, use those secrets - # These secrets must be created manually, eg: - # - # kind: Secret - # apiVersion: v1 - # metadata: - # name: custom-airflow-metadata-secret - # type: Opaque - # data: - # connection: base64_encoded_connection_string - + # Must contain a 'connection' key (e.g., postgresql://user:pass@host:5432/db). + # Optional: 'kedaConnection'. Note: URL-encode special characters in passwords. metadataSecretName: ~ + + # Must contain a 'connection' key. If not provided, it falls back to 'metadataSecretName'. resultBackendSecretName: ~ + + # Must contain a 'connection' key (e.g., redis://:pass@host:6379/0). Review Comment: ...and also I'd not repeat it here but propose to add this to the note that the key is relevant for all options below. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
