File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/opencloud/templates/opencloud Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ spec:
157
157
value : " 0.0.0.0:9142"
158
158
# INSECURE: needed if OpenCloud is using self generated certificates
159
159
- name : OC_INSECURE
160
- value : " {{ .Values.opencloud.insecure }} "
160
+ value : {{ tpl (toString .Values.opencloud.insecure) . | quote }}
161
161
# Basic auth (only needed when not using Keycloak)
162
162
- name : PROXY_ENABLE_BASIC_AUTH
163
163
value : {{ tpl (toString .Values.opencloud.enableBasicAuth) . | quote }}
@@ -192,7 +192,7 @@ spec:
192
192
- name : NOTIFICATIONS_SMTP_PASSWORD
193
193
value : " {{ .Values.opencloud.smtp.password }}"
194
194
- name : NOTIFICATIONS_SMTP_INSECURE
195
- value : " {{ .Values.opencloud.smtp.insecure }} "
195
+ value : {{ tpl (toString .Values.opencloud.smtp.insecure) . | quote }}
196
196
- name : NOTIFICATIONS_SMTP_AUTHENTICATION
197
197
value : " {{ .Values.opencloud.smtp.authentication }}"
198
198
- name : NOTIFICATIONS_SMTP_ENCRYPTION
You can’t perform that action at this time.
0 commit comments