mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* Add `plex-auto-languages` to `community` train * no icon * typo * exec bit * remove host net * remove group * false hostNet * fix container detection issue
8 lines
296 B
YAML
8 lines
296 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "pal.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "pal.persistence" $ | fromYaml) -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|