mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 06:20:54 +08:00
* 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
10 lines
482 B
YAML
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" . -}}
|