Files
chart/library/ix-dev/community/metube/templates/common.yaml
Stavros Kois fab1c03d74 Add metube to community train (#1635)
* initial commit

* add upg strategy

* some metadata

* add template for service

* add values

* typo

* add more

* add metadata

* add readme

* add questions

* remove quotes
2023-10-13 18:43:18 +03:00

12 lines
468 B
YAML

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