fix(conduit): needs empty path as env

This commit is contained in:
WrenIX 2024-02-07 22:36:25 +01:00
parent dfe3d22888
commit 29a37b7714
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: conduit
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
icon: https://conduit.rs/conduit.svg
type: application
version: 0.2.3
version: 0.2.4
# renovate: image=registry.gitlab.com/famedly/conduit/matrix-conduit
appVersion: "0.6.0"
maintainers:

View file

@ -2,7 +2,7 @@
= conduit
image::https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square[Version: 0.2.3]
image::https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square[Version: 0.2.4]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
image::https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square[AppVersion: 0.6.0]
== Maintainers

View file

@ -61,6 +61,8 @@ spec:
value: "0.0.0.0"
- name: "CONDUIT_SERVER_NAME"
value: {{ .Values.conduit.server_name | quote }}
- name: "CONDUIT_CONFIG"
value: ""
- name: "CONDUIT_DATABASE_PATH"
value: "/var/lib/matrix-conduit"
- name: "CONDUIT_DATABASE_BACKEND"
@ -123,4 +125,4 @@ spec:
claimName: {{ if .Values.persistence.existingClaim }}{{ .Values.persistence.existingClaim }}{{- else }}{{ template "conduit.fullname" . }}{{- end }}
{{- else }}
emptyDir: {}
{{- end }}
{{- end }}