mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
* plex - migrate library * temp * add migration * fix typo * cleanup * capabilties * typo * update version * fix condition * claim -> claimToken * cleanup key in migration * keep versions * correct section * token is not required * keep default port * typo
14 lines
496 B
YAML
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" . -}}
|