12 lines
311 B
YAML
12 lines
311 B
YAML
|
{{/* Make sure all variables are set properly */}}
|
||
|
{{- include "tc.common.loader.init" . }}
|
||
|
|
||
|
{{/* Render configmap for nocodb */}}
|
||
|
{{- include "nocodb.configmap" . }}
|
||
|
|
||
|
{{/* Render secrets for nocodb */}}
|
||
|
{{- include "nocodb.secrets" . }}
|
||
|
|
||
|
{{/* Render the templates */}}
|
||
|
{{ include "tc.common.loader.apply" . }}
|