Skip to content

Commit

Permalink
fix the password
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqzh23 committed May 8, 2024
1 parent c48286d commit a223937
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 @@ -107,6 +107,6 @@ kind: Secret
metadata:
name: postgres-creds
data:
password: cG9zdGdyZXM=
password: cGdzM2NyM3Q=
database_uri: |
cG9zdGdyZXNxbCtwc3ljb3BnOi8vcG9zdGdyZXM6cGdzM2NyM3RAcG9zdGdyZXM6NTQzMi9wb3N0Z3Jlcw==
cG9zdGdyZXNxbCtwc3ljb3BnOi8vcG9zdGdyZXM6cGdzM2NyM3RAcG9zdGdyZXM6NTQzMi9wb3N0Z3Jlcw==

0 comments on commit a223937

Please sign in to comment.