Skip to content

Commit

Permalink
Update postgres.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carzgil authored Apr 30, 2024
1 parent ac9be51 commit 860ce4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ metadata:
name: postgres-config
data:
postgres_user: postgres
postgres_db: payments
postgres_db: customers
---
# This secret can also be created from the command line using environment variables
#
Expand All @@ -108,4 +108,4 @@ metadata:
name: postgres-creds
data:
database_uri: cG9zdGdyZXNxbCtwc3ljb3BnOi8vcG9zdGdyZXM6cG9zdGdyZXNAcG9zdGdyZXM6NTQzMi9wb3N0Z3Jlcw==
password: cG9zdGdyZXM=
password: cG9zdGdyZXM=

0 comments on commit 860ce4c

Please sign in to comment.