9 lines
219 B
YAML
9 lines
219 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "common.setup" . }}
|
||
|
|
||
|
{{/* Render appkey for monica */}}
|
||
|
{{- include "monica.appkey" . }}
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "common.postSetup" . }}
|