Files
chart/community/filebrowser/1.2.2/templates/common.yaml
2023-12-28 09:40:31 +00:00

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" . -}}