fix: change key names in helmrelease to fix forgejo deployment

This commit is contained in:
Patryk Hegenberg 2025-05-26 09:11:03 +02:00
parent f382e94789
commit ca604ea456

View file

@ -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