maubot: remove init containers

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-16 19:25:54 +10:00
parent d7393fa2d1
commit 3473a7b8c8

View file

@ -26,14 +26,6 @@ spec:
app: maubot
deploymentconfig: maubot
spec:
initContainers:
- name: init-maubot
image: maubot:latest
volumeMounts:
- name: maubot-storage
mountPath: /maubot
command:
- mkdir -p /maubot/plugins /maubot/trash /maubot/logs /maubot/crypto
containers:
- name: maubot
image: maubot:latest