titansoft-pte-ltd / imagepullsecret-patcher

A simple Kubernetes client-go application that creates and patches imagePullSecrets to service accounts in all Kubernetes namespaces to allow cluster-wide authenticated access to private container registry.
https://medium.com/titansoft-engineering/kubernetes-cluster-wide-access-to-private-container-registry-with-imagepullsecret-patcher-b8b8fb79f7e5
MIT License
256 stars 91 forks source link

feat: implement configurable loop duration #11

Closed niels-s closed 4 years ago

niels-s commented 4 years ago

Introduces a configuration option to tweak the duration of the loop time instead of hard coding it to 10s. The default is still 10s but now we have the option to tweak the time.

billjh commented 4 years ago

@niels-s looks good to me 👍