Skip to content

Commit 06994f2

Browse files
committed
Updated env variables
1 parent 67b0d50 commit 06994f2

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
@@ -88,10 +88,10 @@ upstream:
8888
backend:
8989
database:
9090
connection: # configure Backstage DB connection parameters
91-
host: ${POSTGRES_HOST}
92-
port: ${POSTGRES_PORT}
93-
user: ${POSTGRES_USER}
94-
password: ${POSTGRES_PASSWORD}
91+
host: $\{POSTGRES_HOST}
92+
port: $\{POSTGRES_PORT}
93+
user: $\{POSTGRES_USER}
94+
password: $\{POSTGRES_PASSWORD}
9595
ssl:
9696
rejectUnauthorized: true,
9797
ca:

0 commit comments

Comments
 (0)