fix(conduit): needs empty path as env
This commit is contained in:
parent
dfe3d22888
commit
29a37b7714
3 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue