Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-22 06:09:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-22 06:09:31 +0300
commit34daf3bdb3c68289eb2eedfb78cd4deb816047fd (patch)
treecd9eeb6cea82a73da95fafb87233b219609181b4 /scripts
parent000a4896addb410780e3aad7e2cdcee3298aeb17 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/review_apps/automated_cleanup.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/review_apps/automated_cleanup.rb b/scripts/review_apps/automated_cleanup.rb
index 7e606b74de9..40dd81e071d 100755
--- a/scripts/review_apps/automated_cleanup.rb
+++ b/scripts/review_apps/automated_cleanup.rb
@@ -243,6 +243,7 @@ module ReviewApps
unless dry_run
helm.delete(release_name: releases_names)
kubernetes.cleanup_by_release(release_name: releases_names, wait: false)
+ kubernetes.delete_namespaces_by_exact_names(resource_names: releases_names, wait: false)
end
rescue Tooling::Helm3Client::CommandFailedError => ex