Skip to content

Commit

Permalink
customSchemaFiles are applied before replication scheme to avoid cras…
Browse files Browse the repository at this point in the history
…hing the container using 2.6.6
  • Loading branch information
jp-gouin committed Jan 20, 2024
1 parent 5918f2e commit 482f248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Cannot return list => return string comma separated
{{- $schemas := (include "openldap.builtinSchemaFiles" .) -}}
{{- $custom_schemas := (include "openldap.customSchemaFiles" .) -}}
{{- if gt (len $custom_schemas) 0 -}}
{{- $schemas = print $schemas "," $custom_schemas -}}
{{- $schemas = print $custom_schemas "," $schemas -}}
{{- end -}}
{{- print $schemas -}}
{{- end -}}
Expand Down

0 comments on commit 482f248

Please sign in to comment.