common.yaml 567 B

123456789101112
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{/* Merge the templates with Values */}}
  3. {{- $_ := mustMergeOverwrite .Values (include "syncthing.workload" $ | fromYaml) -}}
  4. {{- $_ := mustMergeOverwrite .Values (include "syncthing.persistence" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "syncthing.service" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "syncthing.configure" $ | fromYaml) -}}
  7. {{/* Create the configmap for portal manually*/}}
  8. {{- include "syncthing.portal" $ -}}
  9. {{- include "ix.v1.common.loader.apply" . -}}