Skip to content

Commit 0b3f23b

Browse files
ahangarhajustin808
authored andcommitted
Fix credentials for database
1 parent 29e71ec commit 0b3f23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.controlplane/templates/postgres-stateful-secrets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: postgres-stateful-credentials
33
description: ''
44
type: dictionary
55
data:
6-
password: the_user #Replace this with a real password
7-
username: the_password #Replace this with a real username
6+
username: the_user #Replace this with a real username
7+
password: the_password #Replace this with a real password

0 commit comments

Comments
 (0)