mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* initial commit * some fixes * add TODO * update metadata and ui * add cert support * add default item in additional storage, add validation, extend readme
12 lines
488 B
YAML
12 lines
488 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "filebrowser.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "filebrowser.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "filebrowser.service" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "filebrowser.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|