matrix-synapse: Fix a stupid mistake
This commit is contained in:
parent
e6a5fa95fc
commit
e127339fca
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ description: Matrix reference homeserver
|
||||||
appVersion: 1.18.0
|
appVersion: 1.18.0
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- $needsVolumePermissions := and .Values.volumePermissions.enabled (or .Values.persistence.enabled .Values.persistence.existingClaim) }}
|
{{- $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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue