2022-10-15 22:26:51 +00:00
|
|
|
{{/* 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" . }}
|