Replies: 3 comments
-
In our bitnami based airflow we were able to use the following env vars. But that looks to only be supported by bitnami
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You could likely use the _CMD version of the connection variable - it should point to a bash script that would combine the variables. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just make sure your _CMD script does not produce value with \n (use echo -n). Common issue when you are dealing with this . |
Beta Was this translation helpful? Give feedback.
0 replies
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 an existing secret in the airflow namespace with
When I do the following the
I get
How can I get airflow to use the existing secret values?
Beta Was this translation helpful? Give feedback.
All reactions