TrueChartsClone/charts/stable/bookstack/templates/common.yaml

9 lines
242 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secrets for bookstack */}}
{{- include "bookstack.secrets" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}