Skip to content
Snippets Groups Projects
Commit 056b90a5 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds initContainer to patch mutlioffice at runtime.

parent d1e8c006
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,14 @@ spec: ...@@ -130,6 +130,14 @@ spec:
operator: In operator: In
values: values:
- app - app
initContainers:
- name: patch-multioffice
image: libresh/nextcloud:${NC_IMAGE_TAG}
command:
- /runtime/patches/apply.sh
envFrom:
- secretRef:
name: ${FQDN}-app
containers: containers:
- command: - command:
- php-fpm - php-fpm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment