mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 02:23:49 +08:00
11 lines
404 B
YAML
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" . -}}
|