andrii-korotkov-verkada commented on PR #45152: URL: https://github.com/apache/airflow/pull/45152#issuecomment-2558769296
I've realized there's probably not much sense in generating a secret with empty data, since it'd cause issues during bootstrap. I know that a part of problems is from trying to use ArgoCD instead of installing using Helm. So if not using pre-existing secret, it always makes sense to generate a full one and apply via Helm or Kubectl and not commit to the repo, and use ArgoCD to manage non-secrets only. One more option in my case is to use AWS secrets manager, fetching secrets in `airflowLocalSettings` and overriding env variables. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
