Aakcht commented on code in PR #24496: URL: https://github.com/apache/airflow/pull/24496#discussion_r903695984
########## chart/values.yaml: ########## @@ -319,6 +319,16 @@ 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 + metadataSecretName: ~ resultBackendSecretName: ~ Review Comment: Currently it won't because you have to create two separate secrets that are almost the same except that one has db+ prefix - that's the reason for this pr :D Added info that for airflow 2.4.0 and above it will -- 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]
