Files
chart/library/ix-dev/charts/plex/templates/common.yaml
Stavros Kois 88ba8d83af plex - migrate library (#2076)
* 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
2024-01-29 14:14:45 +02: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" . -}}