mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 13:48:48 +08:00
* Added overseerr helm chart to community train. * Fixed up formatting, removed extra storage and added TZ * Added user configurable timezone and removed additional storage * Use override of built in TZ * Addressed commented feedback in various files * Update library/ix-dev/community/overseerr/app-readme.md * add metadata.yaml --------- Co-authored-by: Ian Armour <ianarm@amazon.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
10 lines
308 B
YAML
10 lines
308 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "overseerr.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "overseerr.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|