From cb1b6b846262d06d95305d1333c68c5c8ea0f094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 16 Jan 2024 16:33:38 +0100 Subject: [PATCH] Typo, again 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/cron.yml b/roles/openshift-apps/mirrormanager/templates/cron.yml index d536c25e97..2aa1042918 100644 --- a/roles/openshift-apps/mirrormanager/templates/cron.yml +++ b/roles/openshift-apps/mirrormanager/templates/cron.yml @@ -50,7 +50,7 @@ spec: - name: mm-config mountPath: "/etc/mirrormanager" readOnly: true - - name: script + - name: scripts mountPath: "/opt/scripts" readOnly: true volumes: