fix(synapse) correct data to stringdata for lookup
This commit is contained in:
parent
96d73df64c
commit
438f5c14a4
|
@ -41,9 +41,7 @@ stringData:
|
|||
{{- end }}
|
||||
|
||||
{{- if $previous }}
|
||||
{{- $msk = ( index $previous.data "macaroon_secret_key" ) }}
|
||||
{{- else }}
|
||||
|
||||
{{- $msk = ( index $previous.stringData "macaroon_secret_key" ) }}
|
||||
{{- end }}
|
||||
macaroon_secret_key: {{ $msk }}
|
||||
|
||||
|
|
|
@ -59,6 +59,10 @@ installContainers:
|
|||
- "synapse.app.homeserver"
|
||||
- "--config-path"
|
||||
- "/data/homeserver.yaml"
|
||||
- "--config-path"
|
||||
- "/data/secret/secret.yaml"
|
||||
- "--config-path"
|
||||
- "/data/custom.yaml"
|
||||
- "--keys-directory"
|
||||
- "/data/keys"
|
||||
- "--generate-keys"
|
||||
|
|
Loading…
Reference in New Issue