From 083d7795e0d7da7e5f87d0d424846c57a7ae0e55 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 22 Jan 2022 00:10:01 +0100 Subject: sk-cloudio: upgrade kubernetes and collabora --- roles/apps/collabora/code/templates/pod-spec.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/apps/collabora/code/templates/pod-spec.yml.j2') diff --git a/roles/apps/collabora/code/templates/pod-spec.yml.j2 b/roles/apps/collabora/code/templates/pod-spec.yml.j2 index 04d2d25a..22dfaf49 100644 --- a/roles/apps/collabora/code/templates/pod-spec.yml.j2 +++ b/roles/apps/collabora/code/templates/pod-spec.yml.j2 @@ -11,8 +11,13 @@ containers: value: "--o:ssl.enable=false --o:ssl.termination=true" volumeMounts: - name: config +{% if item.value.version | collabora_code_loolvcool %} mountPath: /etc/loolwsd/loolwsd.xml subPath: loolwsd.xml +{% else %} + mountPath: /etc/coolwsd/coolwsd.xml + subPath: coolwsd.xml +{% endif %} readOnly: true ports: - containerPort: 9980 -- cgit v1.2.3