From 2ccc99782bafbb8f6255abfabf9bf82471c8e507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 25 Mar 2024 12:08:25 +0100 Subject: [PATCH] MM: remove debug mode on the crawls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/mirrormanager/templates/cron-crawler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml b/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml index d6ab9cfff8..00c35cabb3 100644 --- a/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml +++ b/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml @@ -36,7 +36,6 @@ spec: - "{{ cronjob.category }}" - "--{{ cronjob.include_disabled | ternary('include', 'exclude') }}-disabled" - "--no-fail" - - "--debug" - "crawl" env: # Defaults to 80 columns, not very readable