feat(bookstack): Add autogenerated app_key (#2194)

This commit is contained in:
Stavros Kois
2022-03-17 08:09:31 +02:00
committed by GitHub
parent 55b09eb958
commit ca47f26dda
5 changed files with 48 additions and 11 deletions
@@ -1 +1,8 @@
{{ include "common.all" . }}
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for bookstack */}}
{{- include "bookstack.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}