Files
chart/library/ix-dev/community/tiny-media-manager/templates/common.yaml
Stavros Kois b02d20057c NAS-123265 / 23.10 / adds tinyMediaManager to community train (#1413)
* ads `tinyMediaManager` to `community` train

* change ci values

* remove hostnet

* perm container does not exist
2023-08-03 16:35:21 +03:00

12 lines
456 B
YAML

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