* feat(grist): rework, adds postgres and more options * update UI * fix configmap * nousername * add few more opts
12 lines
279 B
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" . }}
|