File tree 2 files changed +3
-1
lines changed
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
188
188
*/} }
189
189
{ {- define " openldap.customSchemaFiles" -} }
190
190
{ {- $schemas := " " -} }
191
- { {- $schemas := ((join " ," (.Values.customSchemaFiles | keys)) | replace " .ldif" " " ) -} }
191
+ { {- $schemas := ((join " ," (.Values.customSchemaFiles | keys | sortAlpha )) | replace " .ldif" " " ) -} }
192
192
{ {- print $schemas -} }
193
193
{ {- end -} }
194
194
Original file line number Diff line number Diff line change 121
121
# group: readers
122
122
123
123
# 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.
124
126
# customSchemaFiles:
125
127
# custom.ldif: |-
126
128
# # custom schema
You can’t perform that action at this time.
0 commit comments