common.yaml 587 B

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