github-actions[bot] opened a new pull request, #70646:
URL: https://github.com/apache/airflow/pull/70646

   * Allow configuring key names in database credential secrets
   
   The chart hardcoded 'key: connection' in the secretKeyRef for the metadata, 
result backend, and broker URL env vars, so externally managed secrets using a 
different key (e.g. CloudNativePG's 'uri') could not be used with 
metadataSecretName and friends.
   
   Add data.metadataSecretKey, data.resultBackendSecretKey and 
data.brokerUrlSecretKey, defaulting to 'connection'. The custom key only 
applies when the corresponding *SecretName is provided, since chart-created 
secrets always write the 'connection' key.
   
   * Address review comments: clarify values and docs wording
   (cherry picked from commit dc75103d64cb2213ed2eed7c4dec40a755e585bf)
   
   Co-authored-by: Preetham Sanji 
<[email protected]>


-- 
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]

Reply via email to