-
Notifications
You must be signed in to change notification settings - Fork 8
[Bug]: phantom pods are created when cronjobs utilize a secrets or configmaps that rotate #349
Open
Description
Prior Search
- I have already searched this project's issues to determine if a bug report has already been made.
What happened?
A cronjob I had utilized creds from the postgres cluster. When creds are rotated, new job instances were created even though it was not time for the job to get scheduled.
Steps to Reproduce
- create a secret
- create a cron and utilize secret
- update secret