charts icon indicating copy to clipboard operation
charts copied to clipboard

feat: add `airflow.extraEnvFrom` value

Open matt2930 opened this issue 3 years ago • 3 comments

Signed-off-by: Matthew Altberg [email protected]

What issues does your PR fix?

  • fixes #514

What does your PR do?

This PR add the extraEnvFrom field to values.yml, and uses these values to populate envFrom in pods.tpl. Adding this field means that users can now define envFrom: values, so that entire secret and config maps can be used

Checklist

For all Pull Requests

For releasing ONLY

matt2930 avatar Feb 02 '22 23:02 matt2930

any update on this issue?

leticiasss avatar Jan 23 '25 16:01 leticiasss

Is there a timeline on merging this PR? This feature is very important for my workflow and I would like to know if I will be able to get it on this month.

marios-pz avatar Jan 29 '25 10:01 marios-pz

Is there currently a way to get a value from a kubernetes secret ?

I have tried adding in the values.yml the below but it doesn't work

secret: - envName: "SECRET_NAME" secretName: "airflow-kubernetes-secret" secretKey: "SECRET_NAME"

LyKos4 avatar Feb 25 '25 07:02 LyKos4