mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* initial commit * add metadata * add readme * add common * extend upgrade_strategy * add initial templates * add qs * fix path * fix typo * quote nums * add some integrations * try dobule underscore * add service lists and test variable * update quetsions * double is the one * add passive port range on ftpd * fix webdav * formatting * https * test plugin too * services * remove todo * add data storage * fix portal, ui and services * only if there are defined
14 lines
592 B
YAML
14 lines
592 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{- include "sftgo.validation" $ -}}
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "sftpgo.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "sftpgo.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "sftpgo.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "sftpgo.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "sftpgo.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|