mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
* add `odoo` to `community` apps * add pg * add config, svc, persistence * add basic values for test * add tmp and validation * use the odoo user * update readme * remove interface config * switch db name * init * do init * extra values * update UI * remove redundant group * fix typo * bump common
14 lines
629 B
YAML
14 lines
629 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "odoo.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "odoo.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "odoo.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "odoo.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "odoo.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|