Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
.DS_Store
.aider*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.aider*
.aider*

🤔 what's this?

2 changes: 1 addition & 1 deletion charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:

type: application

version: 19.10.0
version: 19.10.1

# renovate: image=ghcr.io/element-hq/synapse
appVersion: v1.131.0
Expand Down
7 changes: 0 additions & 7 deletions charts/matrix/templates/synapse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ spec:
name: {{ include "matrix.postgresql.secretName" . }}
key: {{ .Values.postgresql.global.postgresql.auth.secretKeys.databaseUsername }}
- name: DATABASE_HOSTNAME
{{- if not .Values.postgresql.global.postgresql.auth.existingSecret }}
value: {{ template "postgresql.v1.primary.fullname" .Subcharts.postgresql }}
{{ else }}
valueFrom:
secretKeyRef:
name: {{ include "matrix.postgresql.secretName" . }}
key: {{ .Values.postgresql.global.postgresql.auth.secretKeys.databaseHostname }}
{{- end }}
Comment on lines 66 to -74
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this break people using an external database though?

{{- if .Values.postgresql.sslmode }}
- name: PGSSLMODE
value: {{ .Values.postgresql.sslmode }}
Expand Down
Loading