fixed bad indentation

This commit is contained in:
2024-11-11 15:54:17 +00:00
parent aced9ae111
commit 820e802cf5

View File

@@ -17,17 +17,16 @@ spec:
valuesObject: valuesObject:
odooEmail: {{ .Values.odoo.odooEmail }} odooEmail: {{ .Values.odoo.odooEmail }}
replicaCount: {{ .Values.odoo.replicaCount }} replicaCount: {{ .Values.odoo.replicaCount }}
persistence: persistence:
existingClaim: {{ .Values.odoo.dataPvc.name }} existingClaim: {{ .Values.odoo.dataPvc.name }}
postgresql: postgresql:
enabled: false enabled: false
externalDatabase: externalDatabase:
host: odoo-db-rw host: odoo-db-rw
port: 5432 port: 5432
postgresqlPostgresUser: app postgresqlPostgresUser: app
existingSecret: odoo-db-app existingSecret: odoo-db-app
existingSecretPostgresPasswordKey: password existingSecretPostgresPasswordKey: password
destination: destination:
server: {{ .Values.destination.server }} server: {{ .Values.destination.server }}
namespace: {{ .Values.destination.namespace }} namespace: {{ .Values.destination.namespace }}