Files
chart/library/ix-dev/community/piwigo/templates/common.yaml
Stavros Kois ddcd308d34 NAS-123824 / 24.04 / add piwigo to community train (#1494)
* 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
2023-09-06 15:39:24 +03:00

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