Files
chart/charts/plex/2.0.3/templates/common.yaml
2024-03-18 11:32:52 +00:00

14 lines
496 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{- include "plex.migration" $ -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "plex.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "plex.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "plex.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "plex.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}