V0lantis opened a new issue, #29632:
URL: https://github.com/apache/airflow/issues/29632
### Official Helm Chart version
1.8.0 (latest released)
### Apache Airflow version
2.4.3
### Kubernetes Version
v1.21.14-eks
### Helm Chart configuration
_No response_
### Docker Image customizations
_No response_
### What happened
When trying to applying our deployment configuration with the new helm-chart
release, we faced the following issue:
```
COMBINED OUTPUT:
Error: UPGRADE FAILED: execution error at
(airflow/charts/postgresql/templates/secrets.yaml:17:24):
PASSWORDS ERROR: The secret "airflow-postgresql" does not contain the key
"postgres-password"
```
Although, when I go look for the secret, I find it but with the key
`postgresQL-password` (Trailing **ql** at the end)
### What you think should happen instead
It should work fine. Although I think the issue come from the postgresql
bitnani version
### How to reproduce
Create a Airflow deployment with helm-chart 1.7.0 and with a
`postgres.enabled: true`. Then upgrade your helm chart to 1.8.0 and try to
deploy again.
### 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]