auyer opened a new issue, #23306:
URL: https://github.com/apache/airflow/issues/23306

   ### What do you see as an issue?
   
   The [production 
guide](https://airflow.apache.org/docs/helm-chart/stable/production-guide.html) 
indicates that the code below is what is necessary for deploying with secrets. 
But `resultBackendSecretName` should also be filled, or Airflow wont start.
   ```
   data:
     metadataSecretName: mydatabase
   ```
    
   In addition to that, the expected URL is different in both variables.
   `resultBackendSecretName` expects a url that starts with `db+postgresql://`, 
while `metadataSecretName` expects `postgresql://` or `postgres://` and wont 
work with `db+postgresql://`. To solve this, it might be necessary to create 
multiple secrets.
   
   
   Just in case this is relevant, I'm using CeleryKubernetesExecutor.
   
   ### Solving the problem
   
   Docs should warn about the issue above.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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