mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 14:32:47 +08:00
* update templates * fix names * update ui * add group * add migration * wrong dir * fix typo * rename * add hostnet test
14 lines
521 B
YAML
14 lines
521 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{- include "syncthing.migration" $ -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "syncthing.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "syncthing.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "syncthing.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "syncthing.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|