common.yaml 383 B

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