Files
chart/library/ix-dev/community/fscrawler/templates/common.yaml
Stavros Kois 5509be1fa0 Add fscrawler to community train (#1589)
* initial commit

* add values

* add common

* yupo

* root

* add more opts

* integer -> int

* Add rest api and expand ci values

* fix typo

* add example file and fix typos

* check if the example file exists, not the actual file

* always write to the example file
2023-10-05 15:11:13 +03:00

10 lines
482 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "fscrawler.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "fscrawler.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "fscrawler.persistence" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "fscrawler.workload" $ | fromYaml) -}}
{{- include "ix.v1.common.loader.apply" . -}}