mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
* add `piwigo` to `community` train * update keywords * update readme * typo * add initial templtes * add values * add config and Ui * add deployment * simplify * only on install * hmm * add some validation and update description
14 lines
638 B
YAML
14 lines
638 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "piwigo.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "piwigo.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "piwigo.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "piwigo.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "mariadb.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "piwigo.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|