Replies: 1 comment
-
|
Hello, I don't know if it is still relevant, yet I found this Which suggests a fix by setting airflow.fernetKeySecretName, this should fix the isssue |
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.
-
Every time I sync the Airflow App in ArgoCD the secrets are deleted and recreated. I've configured the chart per the guidelines:
There's still a pre-sync hook for the
airflow-broker-urlandairflow-fernet-keysecrets. I tried creating my own, differently named secrets (managed outside ArgoCD) but I'm not able to configure the various components to use them. I tried this:But everything is still using the secrets prefixed with
airflow-. This is a problem for me because the Airflow Variables are encrypted and when the fernet key is recreated with a new value they break. Is anyone able to point me in a direction?Beta Was this translation helpful? Give feedback.
All reactions