-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
- Which image of the operator are you using? The latest, I'm looking at the codebase.
- **Where do you run it - Metal. Kubernetes.
- Type of issue? - Bug report.
Sometimes secrets don't show up for a few moments, for example if using ExternalSecrets.
The current code tries once to retrieve the pod_environment_secret
secret, and from my testing, only tries again after 1 hour.
Any reason not to use the retryutil and add a few retries here? I may be able to help, depending on how involved.