Skip to content

Commit 3a001eb

Browse files
Fixed the authentication error
1 parent dd9247f commit 3a001eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

k8s-specifications/postgres-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ spec:
2929
value: "postgres"
3030
- name: POSTGRES_PASSWORD
3131
value: "postgres"
32-
32+
- name: POSTGRES_HOST_AUTH_METHOD
33+
value: trust
34+

0 commit comments

Comments
 (0)