matrix-synapse: Fix worker volume inheritance
Only volumeMounts were inherited from the global config, not the volumes themselves
This commit is contained in:
parent
696da5cfe0
commit
b7976cc78b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
|||
appVersion: 1.34.0
|
||||
|
||||
type: application
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
email: ace@haxalot.com
|
||||
|
|
|
@ -170,7 +170,7 @@ spec:
|
|||
emptyDir: {}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with $config.volumes }}
|
||||
{{- with $config.volumes | default $default.volumes }}
|
||||
{{ . | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue