catalog/stable/grist/6.0.1/templates/common.yaml

12 lines
279 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secret */}}
{{- include "grist.secret" . }}
{{/* Render config */}}
{{- include "grist.config" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}