Files
chart/community/plex-auto-languages/1.2.0/templates/common.yaml
2023-12-22 10:07:13 +00:00

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" . -}}