Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianluc committed Jun 10, 2024
1 parent 549604a commit c1930e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ spec:
## Delete Kubernetes resources on a configured time to live or expiration date
Finds resources that have the __cleaner/ttl__ annotation, which specifies their maximum lifespan. Deletes resources that have lived longer than their specified TTL.
YAML can be found [here](https://github.com/gianlucam76/k8s-cleaner/blob/main/examples-unused-resource/time_based_delete/delete_resource_based_on_ttl_annotation.yaml).
YAML can be found [here](https://github.com/gianlucam76/k8s-cleaner/blob/main/examples-unused-resources/time_based_delete/delete_resource_based_on_ttl_annotation.yaml).
Find resources that have the __cleaner_expires__ annotation, which specifies their expiration date. Deletes resources that have that have surpassed their expiration date.
YAML can be found [here](https://github.com/gianlucam76/k8s-cleaner/blob/main/examples-unused-resource/time_based_delete/delete_resource_based_on_expire_date.yaml).
YAML can be found [here](https://github.com/gianlucam76/k8s-cleaner/blob/main/examples-unused-resources/time_based_delete/delete_resource_based_on_expire_date.yaml).
## DryRun
Expand Down

0 comments on commit c1930e3

Please sign in to comment.