mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 20:00:18 +08:00
fix(synapse): Try another way of defining the macaroon secret
This commit is contained in:
@@ -24,7 +24,7 @@ maintainers:
|
||||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.5
|
||||
version: 0.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
@@ -42,11 +42,10 @@ stringData:
|
||||
|
||||
{{- if $previous }}
|
||||
{{- $msk = ( index $previous.data "macaroon_secret_key" ) }}
|
||||
macaroon_secret_key: {{ ( index $previous.data "macaroon_secret_key" ) }}
|
||||
{{- else }}
|
||||
{{- $msk = randAlphaNum 50 }}
|
||||
macaroon_secret_key: {{ $msk | quote }}
|
||||
{{- end }}
|
||||
macaroon_secret_key: {{ $msk }}
|
||||
|
||||
{{- if .Values.coturn.enabled -}}
|
||||
turn_shared_secret: {{ include "matrix.coturn.sharedSecret" . }}
|
||||
|
||||
Reference in New Issue
Block a user