Skip to content
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

Look into potential race condition with secret creation on first deploy #72

Open
bmonkman opened this issue Jul 24, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@bmonkman
Copy link
Contributor

After changing to external secrets there's a potential race condition on the first deployment because the deployment and externalsecret are created at the same time, but the deployment requires a secret to be present. The service will eventually start but the deploy itself will fail.
Maybe create the external secret before the deployment and then wait on the secret to be created?

@bmonkman bmonkman added the bug Something isn't working label Jul 24, 2021
@bmonkman
Copy link
Contributor Author

Also required in node backend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Up Next
Development

No branches or pull requests

1 participant