common.yaml 294 B

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