common.yaml 494 B

123456789
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- $_ := mustMergeOverwrite .Values (include "distribution.configuration" $ | fromYaml) -}}
  4. {{- $_ := mustMergeOverwrite .Values (include "distribution.persistence" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "distribution.service" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "distribution.workload" $ | fromYaml) -}}
  7. {{- include "ix.v1.common.loader.apply" . -}}