You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After changing to external secrets there's a potential race condition on the first deployment because the
deployment
andexternalsecret
are created at the same time, but thedeployment
requires asecret
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?
The text was updated successfully, but these errors were encountered: