Files
chart/library/ix-dev/test/syncthing/templates/common.yaml
Stavros Kois 47e6a12518 NAS-123851 / 24.04 / Add SMB PV/PVC to Syncthing - test train (#1499)
* make a syncthing copy under test train

* add test catalog in CI

* bump common

* add smb option
2023-09-06 15:38:28 +03:00

13 lines
567 B
YAML

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