Fix name mismatch existingSecret/externalSecret
This commit is contained in:
parent
5df9feff5d
commit
c68db8ce28
1 changed files with 3 additions and 3 deletions
|
@ -118,12 +118,12 @@ spec:
|
|||
name: {{ .Values.externalRedis.existingSecret }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.mail.externalSecret }}
|
||||
{{- if .Values.config.mail.existingSecret }}
|
||||
- name: PEERTUBE_SMTP_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: {{ .Values.config.mail.externalSecretKey | default "smtp-password" }}
|
||||
name: {{ .Values.config.mail.externalSecret }}
|
||||
key: {{ .Values.config.mail.existingSecretKey | default "smtp-password" }}
|
||||
name: {{ .Values.config.mail.existingSecret }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraEnv }}
|
||||
{{- . | toYaml | nindent 12 }}
|
||||
|
|
Loading…
Reference in a new issue