TrueChartsClone/charts/stable/nocodb/templates/common.yaml

12 lines
311 B
YAML
Raw Normal View History

{{/* 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" . }}