zyst1988 commented on issue #53375: URL: https://github.com/apache/airflow/issues/53375#issuecomment-3120247997
Hey thanks for all your replies. I believe the issue is with the in-built `AIRFLOW__WEBSERVER__SECRET_KEY` under `enableBuiltInSecretEnvVars:` which does not appear to be used unless the webserver pod is created. To check this you can try deploying the worker service/pod on it's own to see that the webserver secret is missing. I have tried manually setting the key in the helm chart but unless I do a full deployment the webserver key secret doesn't seem to be created. You can test this on your end by deploying only the worker pods. The webserver secret seems to have some kind of dependency on one of the other services/pods - I would imagine it's most likely the webserver service itself, however I haven't tested it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org