diff --git a/templates/onlyoffice-deployment.yaml b/templates/onlyoffice-deployment.yaml index e306be331bd04cf3990f44187d76a258a6e47956..812028d1acfa2c66e79e812514662f5701dfd248 100644 --- a/templates/onlyoffice-deployment.yaml +++ b/templates/onlyoffice-deployment.yaml @@ -67,7 +67,7 @@ spec: {{- end }} env: - name: AMQP_URI - value: "amqp://user:{{ .Values.rabbitmq.rabbitmq.password }}@{{ .Release.Name }}-rabbitmq:{{ .Values.rabbitmq.service.port }}" + value: "amqp://user:{{ .Values.rabbitmq.auth.password }}@{{ .Release.Name }}-rabbitmq:{{ .Values.rabbitmq.service.port }}" - name: JWT_ENABLED value: "true" - name: JWT_SECRET