We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888d9e5 commit 2e23c32Copy full SHA for 2e23c32
charts/adhoc-odoo/v0.2.9/readme.md
@@ -1 +1,13 @@
1
# Odoo by Adhoc
2
+
3
+## Odoo Envvars
4
5
+| Name | Description | is Mandatory | Default | Related Value |
6
+| --- | --- | --- | --- | --- |
7
+| ADHOC_ODOO_STORAGE_MODE | attachment_s3, native, fuse | | | storage.location |
8
9
+### ADHOC_ODOO_STORAGE_MODE
10
11
+Type: enum
12
+Posible values: attachment_s3, native, fuse
13
+Default: native
charts/adhoc-odoo/v0.2.9/templates/odoo_envs.yaml
@@ -128,6 +128,7 @@ data:
128
MAIL_CATCHALL_DOMAIN: {{ .Values.odoo.smtp.catchall | quote }}
129
{{- end }}
130
{{/* Storage Config */}}
131
+ ADHOC_ODOO_STORAGE_MODE: {{ .Values.storage.location | quote }}
132
{{- if eq .Values.storage.location "attachment_s3" }}
133
IR_ATTACHMENT_LOCATION: "s3"
134
AWS_REGION: {{ .Values.storage.aws_region | quote }}
0 commit comments