Files
chart/library/ix-dev/community/overseerr/templates/common.yaml
Ian Armour 25c4310c16 NAS-121803 / 23.10 / Added overseerr helm chart to community train. (#1170)
* 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>
2023-05-09 13:59:58 +03:00

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