9 lines
250 B
YAML
9 lines
250 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|
|
|
|
{{/* Render configmap for openldap */}}
|
|
{{- include "openldap.configmap" . }}
|