Fix bug with string being interpreted as bool and bump version
This commit is contained in:
parent
b9cd4b1b33
commit
0997ca2691
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ apiVersion: v2
|
||||||
name: conduit
|
name: conduit
|
||||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
appVersion: "0.6.0"
|
appVersion: "0.6.0"
|
||||||
|
|
|
@ -94,7 +94,7 @@ spec:
|
||||||
value: {{ . | quote }}
|
value: {{ . | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: "CONDUIT_WELL_KNOWN_CLIENT"
|
- name: "CONDUIT_WELL_KNOWN_CLIENT"
|
||||||
value: false
|
value: ""
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "data"
|
- name: "data"
|
||||||
mountPath: "/var/local/matrix-conduit"
|
mountPath: "/var/local/matrix-conduit"
|
||||||
|
|
Loading…
Reference in a new issue