mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 23:20:19 +08:00
fix(synapse): fix mistake in variable definition
This commit is contained in:
@@ -24,7 +24,7 @@ maintainers:
|
||||
name: synapse
|
||||
sources: []
|
||||
type: application
|
||||
version: 0.0.9
|
||||
version: 0.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user