Removed db creation - use the cnpg one
This commit is contained in:
@@ -25,9 +25,11 @@ spec:
|
||||
externalDatabase:
|
||||
host: odoo-db-rw
|
||||
port: 5432
|
||||
postgresqlPostgresUser: app
|
||||
user: app
|
||||
database: app
|
||||
create: false
|
||||
existingSecret: odoo-db-app
|
||||
existingSecretPostgresPasswordKey: password
|
||||
existingSecretPasswordKey: password
|
||||
destination:
|
||||
server: {{ .Values.destination.server }}
|
||||
namespace: {{ .Values.destination.namespace }}
|
||||
|
||||
Reference in New Issue
Block a user