fix(odoo): change db name to "postgres" (#2042)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "15.0"
|
appVersion: "15.0"
|
||||||
version: 6.0.2
|
version: 6.0.3
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
name: odoo
|
name: odoo
|
||||||
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ postgresql:
|
|||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: "dbcreds"
|
existingSecret: "dbcreds"
|
||||||
postgresqlUsername: odoo
|
postgresqlUsername: odoo
|
||||||
postgresqlDatabase: odoo
|
postgresqlDatabase: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user