Files
chart/charts/diskoverdata/2.0.3/templates/common.yaml
2024-06-26 14:46:50 +00:00

16 lines
684 B
YAML

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