mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
* Add minecraft to community train * whitespace * add mail * add metadata
8 lines
310 B
YAML
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" . -}}
|