Files
chart/library/ix-dev/charts/syncthing/templates/common.yaml
Stavros Kois 1a797b4b70 syncthing - migrate library (#2181)
* update templates

* fix names

* update ui

* add group

* add migration

* wrong dir

* fix typo

* rename

* add hostnet test
2024-02-20 12:01:40 +02:00

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" . -}}