Files
truecharts/charts/stable/kimai/templates/common.yaml
T
Stavros KoisandGitHub 811ad4609a feat(kimai): move to stable (#2304)
* feat(kimai): move to stable

* bump
2022-03-27 16:02:11 +03:00

9 lines
219 B
YAML

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