From 001a3f39647801f93b1f700d1eca106a81ddddc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 17 Jan 2024 09:56:55 +0100 Subject: [PATCH] mirrormanager: add the storage definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/mirrormanager.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/openshift-apps/mirrormanager.yml b/playbooks/openshift-apps/mirrormanager.yml index 23525b42a8..57b8f7de54 100644 --- a/playbooks/openshift-apps/mirrormanager.yml +++ b/playbooks/openshift-apps/mirrormanager.yml @@ -67,6 +67,11 @@ template: buildconfig.yml objectname: buildconfig.yml + - role: openshift/object + app: mirrormanager + file: storage.yml + objectname: storage.yml + - role: openshift/object app: mirrormanager template: secrets.yml