matrix-synapse: Fix a restructuring error
This commit is contained in:
parent
fc837ff036
commit
0c28c57433
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg
|
|||
appVersion: 1.19.0
|
||||
|
||||
type: application
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
email: ace@haxalot.com
|
||||
|
|
|
@ -161,7 +161,7 @@ spec:
|
|||
- name: media
|
||||
{{- if $.Values.persistence.enabled }}
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ $.Values.persistence.existingClaim | (include "matrix-synapse.fullname" $) }}
|
||||
claimName: {{ $.Values.persistence.existingClaim | default (include "matrix-synapse.fullname" $) }}
|
||||
{{- else }}
|
||||
emptyDir: {}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue