fix(synapse): fix mistake in variable definition

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-31 17:07:09 +01:00
parent 627aa6296e
commit cfcb98b74d
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ maintainers:
name: synapse
sources: []
type: application
version: 0.0.9
version: 0.0.10
annotations:
truecharts.org/catagories: |
- cloud

View File

@@ -11,7 +11,7 @@ metadata:
rollme: {{ randAlphaNum 5 | quote }}
stringData:
{{- $previous := lookup "v1" "Secret" .Release.Namespace "synapse-secret" }}
{{- $msk = randAlphaNum 50 }}
{{- $msk := randAlphaNum 50 }}
secret.yaml: |
{{- if .Values.mail.enabled }}
email: