Files
truecharts/charts/stable/koel/templates/common.yaml
T
Stavros KoisandGitHub f29a6746ba feat(apps): move koel and zerotier to stable (#2232)
* feat(koel): move to stable

* feat(zerotier): move to stable

* update app req
2022-03-20 22:21:31 +02:00

9 lines
217 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for koel */}}
{{- include "koel.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}