mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:00:11 +08:00
* ads `tinyMediaManager` to `community` train * change ci values * remove hostnet * perm container does not exist
12 lines
456 B
YAML
12 lines
456 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "tmm.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "tmm.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "tmm.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "tmm.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|