mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* initial commit * add chart and item yaml * add strategy * add templates * fix tag * rofs false * change user * fix user * hmm * whops * fix * update readme * update questions * typo * update readme
12 lines
472 B
YAML
12 lines
472 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "whoogle.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "whoogle.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "whoogle.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "whoogle.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|