-
Notifications
You must be signed in to change notification settings - Fork 335
Remove duplicate AB_JWT_SIGNATURE_SECRET env var in airbyte-workload-api-server deployment #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicate AB_JWT_SIGNATURE_SECRET env var in airbyte-workload-api-server deployment #402
Conversation
…-server deployment
Thanks for raising this I am getting this error when trying to upgrade to 1.6.0 |
Please merge this fix. |
Hi there, this issue is still relevant. Upgrading (not uninstalling/reinstalling) the Airbyte chart from a previous version fails because of this duplicate env var |
I have the same problem, does uninstall delete the volumes ? |
Hi, we've decided to stop accepting PRs in this repo, so we can focus on supporting our connector contributors. I'm going to close this issue. We appreciate your work here. Please feel free to post an issue in https://github.com/airbytehq/airbyte. |
What
This PR fixes a deployment failure in
airbyte-workload-api-server
caused by a duplicate environment variable definition forAB_JWT_SIGNATURE_SECRET
. The duplicate entries were preventing the Kubernetes patch from applying successfully.How
Remove the duplicate
AB_JWT_SIGNATURE_SECRET
entryCan this PR be safely reverted and rolled back?