2021-05-05 20:31:59 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
2021-10-09 21:43:48 +00:00
|
|
|
{{- include "common.setup" . }}
|
2021-05-05 20:31:59 +00:00
|
|
|
|
2021-12-07 10:45:24 +00:00
|
|
|
{{/* Render secrets for fireflyiii */}}
|
|
|
|
{{- include "fireflyiii.secrets" . }}
|
|
|
|
|
|
|
|
{{/* Render cronjob for fireflyiii */}}
|
|
|
|
{{- include "fireflyiii.cronjob" . }}
|
|
|
|
|
2021-05-05 20:31:59 +00:00
|
|
|
{{/* Render the templates */}}
|
2021-10-09 22:02:33 +00:00
|
|
|
{{ include "common.postSetup" . }}
|