Skip to content

Commit

Permalink
Exclude soak-periodic-465714144 cluster from termination
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Jun 7, 2024
1 parent fdae785 commit 7252534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/hack/resource/clean/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import (

const sweeperCleanedResourcesTableName = "sweeperCleanedResources"

var excludedClusters = []string{}
var excludedClusters = []string{
"soak-periodic-465714144",
}

func main() {
expiration := flag.String("expiration", "12h", "define the expirationTTL of the resources")
Expand Down

0 comments on commit 7252534

Please sign in to comment.