diff --git a/odoo-argocd-apps/templates/odoo-chart.yaml b/odoo-argocd-apps/templates/odoo-chart.yaml index cd49eb6..79d8e29 100644 --- a/odoo-argocd-apps/templates/odoo-chart.yaml +++ b/odoo-argocd-apps/templates/odoo-chart.yaml @@ -17,17 +17,16 @@ spec: valuesObject: odooEmail: {{ .Values.odoo.odooEmail }} replicaCount: {{ .Values.odoo.replicaCount }} - persistence: - existingClaim: {{ .Values.odoo.dataPvc.name }} - postgresql: - enabled: false - externalDatabase: - host: odoo-db-rw - port: 5432 - postgresqlPostgresUser: app - existingSecret: odoo-db-app - existingSecretPostgresPasswordKey: password - + persistence: + existingClaim: {{ .Values.odoo.dataPvc.name }} + postgresql: + enabled: false + externalDatabase: + host: odoo-db-rw + port: 5432 + postgresqlPostgresUser: app + existingSecret: odoo-db-app + existingSecretPostgresPasswordKey: password destination: server: {{ .Values.destination.server }} namespace: {{ .Values.destination.namespace }}