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
What we are experiencing is that as part of the deploy flow we are creating the vaultstaticsecret objects for the application for which the secret is stored.
Now when for the first time vaultstaticsecret is trying to sync and create the k8s secret it is taking close to 3-5 mins.
Meanwhile the pod is going to containerconfigerror which is saying secret abc not found.
Is there a way to reduce the creation time of k8s secret from vaultstaticsecrets when it is first created