Files
chart/community/metube/1.2.18/templates/common.yaml
2024-06-08 10:54:19 +00: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" . -}}