Files
catalog/stable/kasm/3.2.3/templates/common.yaml
TrueCharts-Bot 2c9fbe01cb Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-27 21:09:55 +00:00

16 lines
495 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- if hasKey .Values "kasm" -}}
{{- if .Values.kasm.mountUdev -}}
{{- $_ := set .Values.persistence "udev" (fromYaml (include "kasm.udev.mount" .)) -}}
{{- end -}}
{{- if .Values.kasm.mountInput -}}
{{- $_ := set .Values.persistence "input" (fromYaml (include "kasm.input.mount" .)) -}}
{{- end -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}