From d7393fa2d15a823ac787d0adb2293cacd49bcd69 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Wed, 16 Aug 2023 19:21:19 +1000 Subject: [PATCH] maubot: fix invalid initcontainers in deployconfig Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/files/deploymentconfig.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/maubot/files/deploymentconfig.yml b/roles/openshift-apps/maubot/files/deploymentconfig.yml index 9f81e805c2..a991961658 100644 --- a/roles/openshift-apps/maubot/files/deploymentconfig.yml +++ b/roles/openshift-apps/maubot/files/deploymentconfig.yml @@ -27,7 +27,8 @@ spec: deploymentconfig: maubot spec: initContainers: - - image: maubot:latest + - name: init-maubot + image: maubot:latest volumeMounts: - name: maubot-storage mountPath: /maubot