- {{- include "ix.v1.common.loader.init" . -}}
- {{- include "storj.migration" $ -}}
- {{/* Merge the templates with Values */}}
- {{- $_ := mustMergeOverwrite .Values (include "storj.workload" $ | fromYaml) -}}
- {{- $_ := mustMergeOverwrite .Values (include "storj.configuration" $ | fromYaml) -}}
- {{- $_ := mustMergeOverwrite .Values (include "storj.service" $ | fromYaml) -}}
- {{- $_ := mustMergeOverwrite .Values (include "storj.persistence" $ | fromYaml) -}}
- {{/* Create the configmap for portal manually*/}}
- {{- include "storj.portal" $ -}}
- {{- include "ix.v1.common.loader.apply" . -}}
|