matrix-synapse: Fix worker volume inheritance

Only volumeMounts were inherited from the global config, not the
volumes themselves
This commit is contained in:
Alexander "Ace" Olofsson 2021-05-19 17:46:40 +02:00
parent 696da5cfe0
commit b7976cc78b
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -170,7 +170,7 @@ spec:
emptyDir: {}
{{- end }}
{{- end }}
{{- with $config.volumes }}
{{- with $config.volumes | default $default.volumes }}
{{ . | toYaml | nindent 8 }}
{{- end }}
{{- end }}