From 89a7b32244d79076ed24f56459adb263ef8300bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 30 Jul 2024 12:16:44 +0200 Subject: [PATCH] Mirrormanager: fix move-to-archive job template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../mirrormanager/templates/cmd-move-to-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml b/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml index 3366fd9dd7..5bd38e81ca 100644 --- a/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml +++ b/roles/openshift-apps/mirrormanager/templates/cmd-move-to-archive.yml @@ -1,5 +1,5 @@ {% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context with context %} -# Manual command +# Manual command: move-to-archive --- apiVersion: batch/v1 kind: Job @@ -17,7 +17,7 @@ spec: - name: mirrormanager image: image-registry.openshift-image-registry.svc:5000/mirrormanager/mirrormanager2:latest command: - - "/opt/app-root/bin/mm2_move-to-archive + - "/opt/app-root/bin/mm2_move-to-archive" - "--product" - "{{ product }}" - "--version"