Remove unecessary variables
This commit is contained in:
parent
99bd119990
commit
3facf3c73c
1 changed files with 1 additions and 3 deletions
|
@ -81,15 +81,13 @@ spec:
|
|||
-c /synapse/config/homeserver.yaml \
|
||||
-c /synapse/config/conf.d/
|
||||
env:
|
||||
{{- $postgresPass := include "matrix-synapse.postgresql.password" . }}
|
||||
{{- if and .Values.postgresql.enabled }}
|
||||
{{- if .Values.postgresql.enabled }}
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.postgresql.existingSecret | default (include "matrix-synapse.postgresql.fullname" .) }}
|
||||
key: postgresql-password
|
||||
{{- end }}
|
||||
{{- $redisPass := include "matrix-synapse.redis.password" . }}
|
||||
{{- if and .Values.redis.enabled (default .Values.redis.usePassword true) }}
|
||||
- name: REDIS_PASSWORD
|
||||
valueFrom:
|
||||
|
|
Loading…
Reference in a new issue