fix: change key names in helmrelease to fix forgejo deployment
This commit is contained in:
parent
f382e94789
commit
ca604ea456
1 changed files with 3 additions and 3 deletions
|
|
@ -42,9 +42,9 @@ spec:
|
|||
enabled: true
|
||||
auth:
|
||||
existingSecret: forgejo-postgres
|
||||
usernameKey: postgres-user
|
||||
passwordKey: postgres-password
|
||||
databaseKey: postgres-db
|
||||
usernameKey: username
|
||||
passwordKey: password
|
||||
databaseKey: database
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue