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