common.yaml 684 B

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