Files
chart/library/ix-dev/community/mumble/templates/common.yaml
Stavros Kois 76627e5a19 NAS-121592 / 23.10 / Add mumble to community train (#1149)
* mumble init commit

* extend config

* add cert

* update readme

* only use probes on ci

* update probes

* add metadata

* one less zero

* Add email attr

* default '' -> empty false

* Update library/ix-dev/community/mumble/templates/_mumble.tpl
2023-05-05 22:21:24 +03:00

8 lines
304 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "mumble.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "mumble.workload" $ | fromYaml) -}}
{{- include "ix.v1.common.loader.apply" . -}}