Skip to content
Snippets Groups Projects
Verified Commit e06a57b7 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make sure env var is a string

parent f58119b4
No related branches found
Tags 0.15.18
1 merge request!29Resolve "Temporarily switch to stock ONLYOFFICE image"
......@@ -60,7 +60,7 @@ spec:
- name: AMQP_URI
value: "amqp://user:{{ .Values.rabbitmq.rabbitmq.password }}@{{ .Release.Name }}-rabbitmq:{{ .Values.rabbitmq.service.port }}"
- name: JWT_ENABLED
value: true
value: "true"
- name: JWT_SECRET
value: "{{ .Values.onlyoffice.jwtSecret }}"
- name: DB_USER
......
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