Files
chart/community/minecraft/1.2.21/templates/common.yaml
2024-10-21 12:56:04 +00:00

8 lines
310 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "minecraft.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "minecraft.workload" $ | fromYaml) -}}
{{- include "ix.v1.common.loader.apply" . -}}