mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
re-add initContainers
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
91a977e09e
commit
12358321d1
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ spec:
|
|||
io.kompose.network/nextcloud-aio: "true"
|
||||
io.kompose.service: nextcloud-aio-database
|
||||
spec:
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: alpine
|
||||
command:
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ cat << EOL > /tmp/initcontainers
|
|||
volumeMountsInitContainer:
|
||||
EOL
|
||||
cat << EOL > /tmp/initcontainers.database
|
||||
initContainers:
|
||||
- name: init-volumes
|
||||
image: alpine
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue