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