From 820e802cf5d503d23e6af3ed880b8e7fb09fb32a Mon Sep 17 00:00:00 2001 From: Thomas Blarre Date: Mon, 11 Nov 2024 15:54:17 +0000 Subject: [PATCH] fixed bad indentation --- odoo-argocd-apps/templates/odoo-chart.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 }}