mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 22:50:23 +08:00
fix(odoo): change db name to "postgres" (#2042)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -48,4 +48,4 @@ postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: odoo
|
||||
postgresqlDatabase: odoo
|
||||
postgresqlDatabase: postgres
|
||||
|
||||
Reference in New Issue
Block a user