How can I pass values to airflow pods from kubernetes secrets? #908
Unanswered
LyKos4
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried adding
secret:
envName: "SECRET_NAME"
secretName: "my-airflow-k8s-secret"
secretKey: "SECRET_NAME"
as per https://airflow.apache.org/docs/helm-chart/stable/adding-connections-and-variables.html
in values.yml but the airflow pods didn't get the value.
How can I pass values from kubernetes secrets?
Beta Was this translation helpful? Give feedback.
All reactions