hjacobs / kube-janitor

Clean up (delete) Kubernetes resources after a configured TTL (time to live)
GNU General Public License v3.0
472 stars 40 forks source link

Allow to use `forever` as ttl for a resource. #39

Closed antban closed 5 years ago

antban commented 5 years ago

Closes #38

hjacobs commented 5 years ago

Can you add a test? Thanks!

antban commented 5 years ago

Now there are 2 tests:

hjacobs commented 5 years ago

Thanks!