mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +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.network/nextcloud-aio: "true"
|
||||||
io.kompose.service: nextcloud-aio-database
|
io.kompose.service: nextcloud-aio-database
|
||||||
spec:
|
spec:
|
||||||
|
initContainers:
|
||||||
- name: init-volumes
|
- name: init-volumes
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ cat << EOL > /tmp/initcontainers
|
||||||
volumeMountsInitContainer:
|
volumeMountsInitContainer:
|
||||||
EOL
|
EOL
|
||||||
cat << EOL > /tmp/initcontainers.database
|
cat << EOL > /tmp/initcontainers.database
|
||||||
|
initContainers:
|
||||||
- name: init-volumes
|
- name: init-volumes
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue