fixed bad indentation
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user