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