File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
charts/opencloud/templates/collaboration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
- name : wait-for-opencloud
29
29
image : busybox
30
30
command : ['sh', '-c', 'until wget -q -O- http://{{ include "opencloud.opencloud.fullname" . }}:9200/health; do echo waiting for opencloud; sleep 5; done;']
31
-
31
+
32
32
{{- if not .Values.opencloud.persistence.enabled }}
33
33
# Copy config from OpenCloud API if persistence is disabled
34
34
- name : copy-config
38
38
- name : etc-opencloud
39
39
mountPath : /etc/opencloud
40
40
{{- end }}
41
-
41
+
42
42
{{- if .Values.onlyoffice.enabled }}
43
43
# Wait for OnlyOffice to be ready
44
44
- name : wait-for-onlyoffice
95
95
- name : COLLABORATION_APP_PROOF_DISABLE
96
96
value : " true"
97
97
- name : COLLABORATION_APP_INSECURE
98
- value : " {{ .Values.opencloud.insecure }} "
98
+ value : {{ tpl (toString .Values.opencloud.insecure) . | quote }}
99
99
- name : COLLABORATION_CS3API_DATAGATEWAY_INSECURE
100
- value : " {{ .Values.opencloud.insecure }} "
100
+ value : {{ tpl (toString .Values.opencloud.insecure) . | quote }}
101
101
- name : COLLABORATION_LOG_LEVEL
102
102
value : " {{ .Values.opencloud.logLevel }}"
103
103
- name : OC_URL
You can’t perform that action at this time.
0 commit comments