The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
I am trying to find a way to pass RDS credentials to metadataConnection. It works with manual definition. However, when I try to pass the values through external secrets, it doesn't work and results in a podCreation error.
I created the below kubernetes external secret
Store:
Checks
User-Community Airflow Helm Chart
.Chart Version
1.12.0
Kubernetes Version
Helm Version
Description
I am trying to find a way to pass RDS credentials to metadataConnection. It works with manual definition. However, when I try to pass the values through external secrets, it doesn't work and results in a podCreation error.
I created the below kubernetes external secret Store:
External secret
Describe:
in values.yaml
I also tried using
extraEnvFrom
, but also didn't workRelevant Logs
--
Custom Helm Values
No response