2022-04-18 06:29:33 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "common.setup" . }}
|
|
|
|
|
|
|
|
{{/* Render configmap for nocodb */}}
|
|
|
|
{{- include "nocodb.configmap" . }}
|
|
|
|
|
2022-04-19 10:10:08 +00:00
|
|
|
{{/* Render secrets for nocodb */}}
|
|
|
|
{{- include "nocodb.secrets" . }}
|
|
|
|
|
2022-04-18 06:29:33 +00:00
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "common.postSetup" . }}
|