Skip to content

Commit f7ef0f1

Browse files
committed
hard code args until movetokube/postgres-operator#234
1 parent 8218f89 commit f7ef0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/plausible/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
privileges: OWNER
1919
secretTemplate:
2020
PORT: "{{ .Port }}"
21-
POSTGRES_URL_WITH_ARGS: postgresql://{{.Role}}:{{.Password}}@{{.Host}}/{{.Database}}?{{ "" | mergeUriArgs }}
21+
POSTGRES_URL_WITH_ARGS: postgresql://{{.Role}}:{{.Password}}@{{.Host}}/sslmode=require

0 commit comments

Comments
 (0)