matrix-synapse: Unify default usage slightly

This commit is contained in:
Alexander Olofsson 2020-08-10 12:33:01 +02:00
parent aca8018809
commit 57359a22d2
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -29,7 +29,7 @@ data:
accesslog.filename = "/dev/stderr" accesslog.filename = "/dev/stderr"
server.json: |- server.json: |-
{{ dict "m.server" (printf "%s:%d" (default .Values.wellknown.host .Values.config.serverName) (default .Values.wellknown.port 443)) | toJson | indent 4 }} {{ dict "m.server" (printf "%s:%d" (.Values.wellknown.host | default .Values.config.serverName) (.Values.wellknown.port | default 443)) | toJson | indent 4 }}
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service