Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 5efe457

Browse files
committed
Use correct secret name for SMTP
1 parent c82a4bb commit 5efe457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/opencloud/templates/opencloud/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spec:
199199
name: {{- if .Values.opencloud.smtp.existingSecret }}
200200
{{ .Values.opencloud.smtp.existingSecret }}
201201
{{- else }}
202-
opencloud-smtp
202+
{{ include "opencloud.opencloud.fullname" . }}-smtp
203203
{{- end }}
204204
key: smtpUser
205205
- name: NOTIFICATIONS_SMTP_PASSWORD
@@ -208,7 +208,7 @@ spec:
208208
name: {{- if .Values.opencloud.smtp.existingSecret }}
209209
{{ .Values.opencloud.smtp.existingSecret }}
210210
{{- else }}
211-
opencloud-smtp
211+
{{ include "opencloud.opencloud.fullname" . }}-smtp
212212
{{- end }}
213213
key: smtpPassword
214214
- name: NOTIFICATIONS_SMTP_INSECURE

0 commit comments

Comments
 (0)