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:
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 }}