common.yaml 629 B

12345678910111213
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- $_ := mustMergeOverwrite .Values (include "odoo.configuration" $ | fromYaml) -}}
  4. {{- $_ := mustMergeOverwrite .Values (include "odoo.service" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "odoo.persistence" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "odoo.workload" $ | fromYaml) -}}
  7. {{- $_ := mustMergeOverwrite .Values (include "postgres.workload" $ | fromYaml) -}}
  8. {{/* Create the configmap for portal manually*/}}
  9. {{- include "odoo.portal" $ -}}
  10. {{- include "ix.v1.common.loader.apply" . -}}