Removed db creation - use the cnpg one

This commit is contained in:
2024-11-11 16:35:51 +00:00
parent 0f38692cb2
commit 309d61aa78

View File

@@ -25,9 +25,11 @@ spec:
externalDatabase: externalDatabase:
host: odoo-db-rw host: odoo-db-rw
port: 5432 port: 5432
postgresqlPostgresUser: app user: app
database: app
create: false
existingSecret: odoo-db-app existingSecret: odoo-db-app
existingSecretPostgresPasswordKey: password existingSecretPasswordKey: password
destination: destination:
server: {{ .Values.destination.server }} server: {{ .Values.destination.server }}
namespace: {{ .Values.destination.namespace }} namespace: {{ .Values.destination.namespace }}