We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3760b0 commit 2a58d92Copy full SHA for 2a58d92
charts/opencloud/templates/onlyoffice/deployment.yaml
@@ -25,9 +25,9 @@ spec:
25
command: ["/bin/sh", "/entrypoint-override.sh"]
26
env:
27
- name: WOPI_ENABLED
28
- value: "{{ .Values.onlyoffice.wopi.enabled }}"
+ value: {{ tpl (toString .Values.onlyoffice.wopi.enabled) . | quote }}
29
- name: USE_UNAUTHORIZED_STORAGE
30
- value: "{{ .Values.onlyoffice.useUnauthorizedStorage }}"
+ value: {{ tpl (toString .Values.onlyoffice.useUnauthorizedStorage) . | quote }}
31
- name: DB_TYPE
32
value: "{{ .Values.onlyoffice.config.coAuthoring.sql.type | default "postgres" }}"
33
- name: DB_HOST
0 commit comments