mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
* Add syncthing to enterprise train * add readme * use different default webui port * add update_strategy/info
11 lines
395 B
YAML
11 lines
395 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "syncthing.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "syncthing.configure" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "syncthing.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|