From d1d9a9ba6145da3b1fd3056f156bb919bcaefb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Sun, 25 Feb 2024 23:39:57 +0100 Subject: [PATCH] MM: update the cli options order 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml b/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml index f400e2c2cd..aafd57a828 100644 --- a/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml +++ b/roles/openshift-apps/mirrormanager/templates/cron-crawler.yml @@ -28,9 +28,9 @@ spec: - "{{ cronjob.threads }}" - "--timeout-minutes" - "240" - - "crawl" - "--category" - "{{ cronjob.category }}" + - "crawl" volumeMounts: - name: config mountPath: "/etc/mirrormanager"