summaryrefslogtreecommitdiff
path: root/app/workers/cluster_patch_app_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/cluster_patch_app_worker.rb')
-rw-r--r--app/workers/cluster_patch_app_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/cluster_patch_app_worker.rb b/app/workers/cluster_patch_app_worker.rb
index f75004aa3e5..b0393809802 100644
--- a/app/workers/cluster_patch_app_worker.rb
+++ b/app/workers/cluster_patch_app_worker.rb
@@ -6,6 +6,7 @@ class ClusterPatchAppWorker # rubocop:disable Scalability/IdempotentWorker
include ClusterApplications
worker_has_external_dependencies!
+ loggable_arguments 0
def perform(app_name, app_id)
find_application(app_name, app_id) do |app|