2022-11-15 00:14:12 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.common.loader.init" . }}
|
|
|
|
|
|
|
|
{{/* Render secrets for fireflyiii */}}
|
2022-12-06 00:28:20 +00:00
|
|
|
{{- include "fireflyiii.secrets" . }}
|
|
|
|
|
|
|
|
{{/* Render cronjob for fireflyiii */}}
|
|
|
|
{{- include "fireflyiii.cronjob" . }}
|
2022-11-15 00:14:12 +00:00
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.common.loader.apply" . }}
|