Fixing PostgreSQL and SMTP configuration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
*.swp
|
||||
*.tar.gz
|
||||
mailman3/charts/*
|
||||
|
||||
@@ -70,7 +70,7 @@ spec:
|
||||
- name: SMTP_HOST
|
||||
value: {{ .Values.smtp.host }}
|
||||
- name: SMTP_PORT
|
||||
value: {{ .Values.smtp.port }}
|
||||
value: "{{ .Values.smtp.port }}"
|
||||
- name: SMTP_HOST_USER
|
||||
value: {{ .Values.smtp.host_user }}
|
||||
- name: SMTP_HOST_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user