Files
chart/library/ix-dev/community/sftpgo/templates/common.yaml
Stavros Kois b1ec000492 Add sftpgo to community train (#1601)
* 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
2023-10-06 16:39:28 +03:00

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