Files
chart/library/ix-dev/community/pigallery2/templates/common.yaml
Stavros Kois c4edcd61d7 add pigallery2 to community train (#1661)
* add `pigallery2` to `community` train

* add templates

* fix path

* add common

* more test files

* add value

* fix value

* add metadata and readme

* add questions

* default creds
2023-10-24 22:01:43 +03:00

13 lines
570 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "pigallery.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pigallery.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pigallery.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pigallery.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "pigallery.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}