Fixing PostgreSQL and SMTP configuration

This commit is contained in:
2026-04-01 13:08:48 -04:00
parent 4fb8fb9a3d
commit 7c62c36c4f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*.swp *.swp
*.tar.gz *.tar.gz
mailman3/charts/*

View File

@@ -70,7 +70,7 @@ spec:
- name: SMTP_HOST - name: SMTP_HOST
value: {{ .Values.smtp.host }} value: {{ .Values.smtp.host }}
- name: SMTP_PORT - name: SMTP_PORT
value: {{ .Values.smtp.port }} value: "{{ .Values.smtp.port }}"
- name: SMTP_HOST_USER - name: SMTP_HOST_USER
value: {{ .Values.smtp.host_user }} value: {{ .Values.smtp.host_user }}
- name: SMTP_HOST_PASSWORD - name: SMTP_HOST_PASSWORD