From 7a888f4734081ec502d4cde18fe009cf7c764817 Mon Sep 17 00:00:00 2001 From: Yunus Sandikci Date: Mon, 15 Jan 2024 12:58:57 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11fb3cc..7fbd592 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ ### 📄 Summary -The Mayfly Operator allows you to expire the resources on your cluster by the given expiration or mayfly create the resources at the time you specified. -It deletes those resources from the cluster, according to the Mayfly expiration annotation that you set to specify how long the resource should remain active. This can be used to create temporary resources, temporary accesses, or simply to keep your cluster organized and tidy. Also, It creates the resources you specific at the given time by creating `ScheduleResource` custom resource definitions. You can also merge these two features together, just to have some resource created in the future and only for a specific amount of time. +The Mayfly Operator allows you to have your resources on your cluster for a temporary time by the given expiration or mayfly create the resources at the time you specified. +It deletes those resources from the cluster, according to the Mayfly expiration annotation that you set to specify how long the resource should remain active. This can be used to create temporary resources, temporary accesses, or simply to keep your cluster organized and tidy. +Also, It creates the resources you specify at the given time by using `ScheduleResource` custom resource definition. You can also merge these two features together, just to have some resource created in the future and only for a specific amount of time. ### 🛠 Configuration