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

Commit 3840c46

Browse files
authored
Merge pull request #116 from teo/fix-smtp-secret
Use correct secret name for SMTP
2 parents c82a4bb + 5efe457 commit 3840c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)