mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-08 23:16:06 +08:00
12 lines
358 B
YAML
12 lines
358 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render secrets for bookstack */}}
|
|
{{- $secrets := include "bookstack.secrets" . | fromYaml -}}
|
|
{{- if $secrets -}}
|
|
{{- $_ := set .Values.secret "secrets" $secrets -}}
|
|
{{- end -}}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|