Skip to content

Commit 482f248

Browse files
committed
customSchemaFiles are applied before replication scheme to avoid crashing the container using 2.6.6
1 parent 5918f2e commit 482f248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Cannot return list => return string comma separated
194194
{{- $schemas := (include "openldap.builtinSchemaFiles" .) -}}
195195
{{- $custom_schemas := (include "openldap.customSchemaFiles" .) -}}
196196
{{- if gt (len $custom_schemas) 0 -}}
197-
{{- $schemas = print $schemas "," $custom_schemas -}}
197+
{{- $schemas = print $custom_schemas "," $schemas -}}
198198
{{- end -}}
199199
{{- print $schemas -}}
200200
{{- end -}}

0 commit comments

Comments
 (0)