We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e71ec commit 0b3f23bCopy full SHA for 0b3f23b
.controlplane/templates/postgres-stateful-secrets.yml
@@ -3,5 +3,5 @@ name: postgres-stateful-credentials
3
description: ''
4
type: dictionary
5
data:
6
- password: the_user #Replace this with a real password
7
- username: the_password #Replace this with a real username
+ username: the_user #Replace this with a real username
+ password: the_password #Replace this with a real password
0 commit comments