maubot: fix invalid initcontainers in deployconfig

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

View file

@ -27,7 +27,8 @@ spec:
deploymentconfig: maubot deploymentconfig: maubot
spec: spec:
initContainers: initContainers:
- image: maubot:latest - name: init-maubot
image: maubot:latest
volumeMounts: volumeMounts:
- name: maubot-storage - name: maubot-storage
mountPath: /maubot mountPath: /maubot