We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c954 commit f6bdcbaCopy full SHA for f6bdcba
k8s/postgresql.yaml
@@ -75,7 +75,7 @@ spec:
75
---
76
# This secret can also be created from the command line using environment variables
77
#
78
-# export DATABASE_URI='postgresql://<place-url-to-database-here>'
+# export DATABASE_URI='postgresql+psycopg://<userid>:<password>@<hostname>:<port>/<database-name>'
79
# export POSTGRES_PASSWORD='<place-password-here>'
80
81
# kubectl create secret generic postgres-creds \
@@ -88,4 +88,4 @@ metadata:
88
name: postgres-creds
89
data:
90
password: cG9zdGdyZXM=
91
- database_uri: cG9zdGdyZXNxbDovL3Bvc3RncmVzOnBvc3RncmVzQHBvc3RncmVzOjU0MzIvcG9zdGdyZXM=
+ database_uri: cG9zdGdyZXNxbCtwc3ljb3BnOi8vcG9zdGdyZXM6cG9zdGdyZXNAcG9zdGdyZXM6NTQzMi9wb3N0Z3Jlcw==
0 commit comments