matrix-synapse: Fix a restructuring error

This commit is contained in:
Alexander "Ace" Olofsson 2020-08-27 07:03:04 +02:00
parent fc837ff036
commit 0c28c57433
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.19.0 appVersion: 1.19.0
type: application type: application
version: 1.3.0 version: 1.3.1
maintainers: maintainers:
- name: Alexander Olofsson - name: Alexander Olofsson
email: ace@haxalot.com email: ace@haxalot.com

View file

@ -161,7 +161,7 @@ spec:
- name: media - name: media
{{- if $.Values.persistence.enabled }} {{- if $.Values.persistence.enabled }}
persistentVolumeClaim: persistentVolumeClaim:
claimName: {{ $.Values.persistence.existingClaim | (include "matrix-synapse.fullname" $) }} claimName: {{ $.Values.persistence.existingClaim | default (include "matrix-synapse.fullname" $) }}
{{- else }} {{- else }}
emptyDir: {} emptyDir: {}
{{- end }} {{- end }}