Files
truecharts/charts/stable/grist/templates/common.yaml
T
Stavros KoisandGitHub 4a96288952 feat(grist): BREAKING CHANGE - rework, adds postgres and more options (#4106)
* feat(grist): rework, adds postgres and more options

* update UI

* fix configmap

* nousername

* add few more opts
2022-10-16 01:26:51 +03:00

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" . }}