fix(odoo): change db name to "postgres" (#2042)

This commit is contained in:
Stavros Kois 2022-03-06 19:22:57 +02:00 committed by GitHub
parent 1ff1b3eed0
commit 30690696ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "15.0"
version: 6.0.2
version: 6.0.3
kubeVersion: '>=1.16.0-0'
name: odoo
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.

View File

@ -48,4 +48,4 @@ postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: odoo
postgresqlDatabase: odoo
postgresqlDatabase: postgres