Files
chart/library/ix-dev/community/mineos/templates/common.yaml

11 lines
340 B
YAML

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