matrix-synapse: Fix a stupid mistake

This commit is contained in:
Alexander Olofsson 2020-08-10 12:48:33 +02:00
parent e6a5fa95fc
commit e127339fca
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ description: Matrix reference homeserver
appVersion: 1.18.0
type: application
version: 0.1.2
version: 0.1.3
maintainers:
- name: Alexander Olofsson
email: ace@haxalot.com

View file

@ -1,6 +1,6 @@
{{- $needsVolumePermissions := and .Values.volumePermissions.enabled (or .Values.persistence.enabled .Values.persistence.existingClaim) }}
---
# Server: {{ required "A valid .Values.config.serverName is required" .Values.config.serverName -}}
# Server: {{ required "A valid .Values.config.serverName is required" .Values.config.serverName }}
apiVersion: apps/v1
kind: Deployment
metadata: