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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added some robustness to the LIST mode when issues occurred contacting the k8s API server.
It will now retry a number of times and fail appropriately when it exceeds the allotted amount. (#20)
Made the operator run completely silently. This means it will no longer add annotations to the configmaps/secrets.
In fact, the patch verb is no longer required for RBAC and has been removed from the README and examples.