fix: try next possible fix by changing fieldnames and adding username
This commit is contained in:
parent
4afb957cd8
commit
742d143b20
1 changed files with 4 additions and 3 deletions
|
|
@ -42,9 +42,10 @@ spec:
|
|||
enabled: true
|
||||
auth:
|
||||
existingSecret: forgejo-postgres
|
||||
username: username
|
||||
password: password
|
||||
database: database
|
||||
usernameKey: username
|
||||
passwordKey: password
|
||||
databaseKey: database
|
||||
username: forgejo
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue