Files
chart/community/overseerr/1.0.13/templates/common.yaml
2023-07-29 16:18:34 +00: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" . -}}