Open stephen-lazarionok opened 6 months ago
@stephen-lazarionok almost certainly this is a connectivity or credentials issue between your cluster and the Postgres DB, and not an issue with the chart.
You should check the logs of the container itself (rather than just the events) to get more context as to why it's failing.
hey i am facing this problem even after checking many resources unable to solve it .......
even after applying hese changes in values.yaml still same
please help
@harsh0522 in your image, the postgres container is "Pending", this is probably due to some kind of PVC issue.
Check that your cluster has a default StorageClass (or use the values to set a specific one).
Also, you can confirm this by checking the events of the Postgres pod (with kubectl describe
).
Checks
User-Community Airflow Helm Chart
.Chart Version
8.9.0
Kubernetes Version
Helm Version
Description
I was trying to redeploy Airflow but it
Relevant Logs
Custom Helm Values
No response