Files
chart/library/ix-dev/community/autobrr/templates/common.yaml
Stavros Kois 63a34d47ee NAS-122838 / 23.10 / add autobrr to community apps (#1337)
* add `autobrr` to `community` apps

* regen

* host

* Update library/ix-dev/community/autobrr/Chart.yaml

* Update library/ix-dev/community/autobrr/upgrade_strategy
2023-07-10 13:23:50 +03:00

12 lines
472 B
YAML

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