mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 04:23:04 +08:00
* Add `searxng` to `community` train * add tempaltes * add UI and metadata * update readme * remove non-existent option * bump
12 lines
472 B
YAML
12 lines
472 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "searxng.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "searxng.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "searxng.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "searxng.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|