Skip to content

Commit 40caf75

Browse files
committed
Updated env variables
1 parent e0ccf32 commit 40caf75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-helm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ upstream:
8989
backend:
9090
database:
9191
connection: # configure Backstage DB connection parameters
92-
host: ${POSTGRES_HOST}
93-
port: ${POSTGRES_PORT}
94-
user: ${POSTGRES_USER}
95-
password: ${POSTGRES_PASSWORD}
92+
host: $\{POSTGRES_HOST}
93+
port: $\{POSTGRES_PORT}
94+
user: $\{POSTGRES_USER}
95+
password: $\{POSTGRES_PASSWORD}
9696
ssl:
9797
rejectUnauthorized: true,
9898
ca:

0 commit comments

Comments
 (0)