fix[k8s]: more cleanup fixes (2)
This commit is contained in:
@@ -186,7 +186,7 @@ func skipCheckInCleanup(name string) bool {
|
||||
strings.HasPrefix(name, "shuffle-orborus") ||
|
||||
strings.HasPrefix(name, "opensearch") ||
|
||||
strings.HasPrefix(name, "shuffle-opensearch") ||
|
||||
strings.HasPrefix(name, "memcached")
|
||||
strings.HasPrefix(name, "memcached") ||
|
||||
strings.HasPrefix(name, "shuffle-memcached")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user