Removed db creation - use the cnpg one
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user