File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ Cannot return list => return string comma separated
188188*/} }
189189{ {- define " openldap.customSchemaFiles" -} }
190190 { {- $schemas := " " -} }
191- { {- $schemas := ((join " ," (.Values.customSchemaFiles | keys)) | replace " .ldif" " " ) -} }
191+ { {- $schemas := ((join " ," (.Values.customSchemaFiles | keys | sortAlpha )) | replace " .ldif" " " ) -} }
192192 { {- print $schemas -} }
193193{ {- end -} }
194194
Original file line number Diff line number Diff line change 121121# group: readers
122122
123123# Custom openldap schema files used to be used in addition to default schemas
124+ # Note that the supplied files are sorted by name and inserted into 'LDAP_EXTRA_SCHEMAS' env var
125+ # after chart default schemas, allowing you to control the loading sequence.
124126# customSchemaFiles:
125127# custom.ldif: |-
126128# # custom schema
You can’t perform that action at this time.
0 commit comments