lcnuance

Results 3 issues of lcnuance

New Informer that listens/watches changes in secrets and triggers rolling updates in DaemonSets, Statefulsets and Deployments.

Proof of concept adding support for DaemonSets, StatefulSets. It also uses patch instead of Update, hence reducing problems introduced by different api versions trying to change the contents of the...

Two problems: Update changes all the content of the object. It's better to use patch instead if possible to reduce the risk of replacing the previous changes of an almost...