fix(odoo): Don't mount conf dir (#2027)

This commit is contained in:
Stavros Kois 2022-03-06 01:06:20 +02:00 committed by GitHub
parent 3c2315dc54
commit 85cd24da34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 48 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "15.0"
version: 6.0.0
version: 6.0.1
kubeVersion: '>=1.16.0-0'
name: odoo
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.

View File

@ -140,7 +140,6 @@ questions:
type: int
default: 8069
- variable: odoo
label: "Odoo Service"
description: "Odoo Services"
@ -357,49 +356,7 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: customconfig
label: "Custom Config Storage"
description: "Stores the Custom Config."
schema:
additional_attrs: true
type: dict
attrs:
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
schema:
type: string
default: "simplePVC"
enum:
- value: "simplePVC"
description: "PVC (simple)"
- value: "simpleHP"
description: "HostPath (simple)"
- value: "emptyDir"
description: "emptyDir"
- value: "pvc"
description: "pvc"
- value: "hostPath"
description: "hostPath"
# Include{persistenceBasic}
- variable: hostPath
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: medium
label: "EmptyDir Medium"
schema:
show_if: [["type", "=", "emptyDir"]]
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
# Include{persistenceList}
- variable: ingress

View File

@ -42,9 +42,6 @@ persistence:
addons:
enabled: true
mountPath: "/mnt/extra-addons"
customconfig:
enabled: true
mountPath: "/etc/odoo"
# Enabled postgres
postgresql: