Files
chart/charts/elastic-search/1.1.32/templates/common.yaml
2025-03-05 14:29:05 +00:00

10 lines
294 B
YAML

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