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-01 18:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 18:09:16 +0300
commit18d5458781b21dee4dbb8854c72c064e9bd808ed (patch)
tree73cfc86a9b77398a154ebabebc054b45d4aeb83d /scripts
parenta21091270d45530468f8ac2f4f926fe1b9840b67 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/review_apps/automated_cleanup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review_apps/automated_cleanup.rb b/scripts/review_apps/automated_cleanup.rb
index 6ab42c5877a..33c7c818456 100755
--- a/scripts/review_apps/automated_cleanup.rb
+++ b/scripts/review_apps/automated_cleanup.rb
@@ -58,7 +58,7 @@ module ReviewApps
end
def helm
- @helm ||= Tooling::Helm3Client.new(namespace: review_apps_namespace)
+ @helm ||= Tooling::Helm3Client.new
end
def kubernetes