Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5facaf79bb
|
@@ -60,7 +60,7 @@ spec:
|
|||||||
- name: DATABASE_CLASS
|
- name: DATABASE_CLASS
|
||||||
value: mailman.database.postgresql.PostgreSQLDatabase
|
value: mailman.database.postgresql.PostgreSQLDatabase
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: "postgresql://{{ .Values.postgresql.global.postgresql.auth.username }}:{{ .Values.postgresql.global.postgresql.auth.password }}@postgresql/mailman"
|
value: "postgresql://{{ .Values.postgresql.global.postgresql.auth.username }}:{{ .Values.postgresql.global.postgresql.auth.password }}@{{ include 'mailman3/fullname' }}-postgresql/mailman"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
- name: DATABASE_CLASS
|
- name: DATABASE_CLASS
|
||||||
value: mailman.database.sqlite.SQLiteDatabase
|
value: mailman.database.sqlite.SQLiteDatabase
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.postgresql.enabled }}
|
{{- if .Values.postgresql.enabled }}
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
value: "postgresql://{{ .Values.postgresql.global.postgresql.auth.username }}:{{ .Values.postgresql.global.postgresql.auth.password }}@postgresql/mailman"
|
value: "postgresql://{{ .Values.postgresql.global.postgresql.auth.username }}:{{ .Values.postgresql.global.postgresql.auth.password }}@{{ include 'mailman3/fullname' }}-postgresql/mailman"
|
||||||
- name: DATABASE_TYPE
|
- name: DATABASE_TYPE
|
||||||
value: postgresql
|
value: postgresql
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
Reference in New Issue
Block a user