maubot: fix invalid initcontainers in deployconfig
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d59a2f8fb4
commit
d7393fa2d1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue