2022-03-07 22:19:17 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "common.setup" . }}
|
|
|
|
|
|
|
|
{{/* Render secrets for fireflyiii */}}
|
2022-04-03 16:54:18 +00:00
|
|
|
{{- include "fireflyiii.secrets" . }}
|
|
|
|
|
|
|
|
{{/* Render cronjob for fireflyiii */}}
|
|
|
|
{{- include "fireflyiii.cronjob" . }}
|
2022-03-07 22:19:17 +00:00
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "common.postSetup" . }}
|