Files
chart/community/qbittorrent/1.2.19/templates/common.yaml
2025-02-19 13:57:19 +00:00

11 lines
404 B
YAML

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