Skip to content

Commit f6bdcba

Browse files
committed
Updated postgres driver protocol
1 parent 549c954 commit f6bdcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/postgresql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
---
7676
# This secret can also be created from the command line using environment variables
7777
#
78-
# export DATABASE_URI='postgresql://<place-url-to-database-here>'
78+
# export DATABASE_URI='postgresql+psycopg://<userid>:<password>@<hostname>:<port>/<database-name>'
7979
# export POSTGRES_PASSWORD='<place-password-here>'
8080
#
8181
# kubectl create secret generic postgres-creds \
@@ -88,4 +88,4 @@ metadata:
8888
name: postgres-creds
8989
data:
9090
password: cG9zdGdyZXM=
91-
database_uri: cG9zdGdyZXNxbDovL3Bvc3RncmVzOnBvc3RncmVzQHBvc3RncmVzOjU0MzIvcG9zdGdyZXM=
91+
database_uri: cG9zdGdyZXNxbCtwc3ljb3BnOi8vcG9zdGdyZXM6cG9zdGdyZXNAcG9zdGdyZXM6NTQzMi9wb3N0Z3Jlcw==

0 commit comments

Comments
 (0)