Skip to content

Commit 2e23c32

Browse files
committedFeb 24, 2025
[ADD] STORAGE MODE ENV
1 parent 888d9e5 commit 2e23c32

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
 

‎charts/adhoc-odoo/v0.2.9/readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# 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

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ data:
128128
MAIL_CATCHALL_DOMAIN: {{ .Values.odoo.smtp.catchall | quote }}
129129
{{- end }}
130130
{{/* Storage Config */}}
131+
ADHOC_ODOO_STORAGE_MODE: {{ .Values.storage.location | quote }}
131132
{{- if eq .Values.storage.location "attachment_s3" }}
132133
IR_ATTACHMENT_LOCATION: "s3"
133134
AWS_REGION: {{ .Values.storage.aws_region | quote }}

0 commit comments

Comments
 (0)