TrueChartsCatalogClone/incubator/briefkasten/0.0.16/templates/common.yaml

14 lines
393 B
YAML
Raw Normal View History

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render config */}}
{{- include "briefkasten.config" . }}
{{/* Render secret */}}
{{- include "briefkasten.secret" . }}
{{- $_ := set .Values.installContainers "createdb" (include "briefkasten.createdb" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}