We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5918f2e commit 482f248Copy full SHA for 482f248
templates/_helpers.tpl
@@ -194,7 +194,7 @@ Cannot return list => return string comma separated
194
{{- $schemas := (include "openldap.builtinSchemaFiles" .) -}}
195
{{- $custom_schemas := (include "openldap.customSchemaFiles" .) -}}
196
{{- if gt (len $custom_schemas) 0 -}}
197
- {{- $schemas = print $schemas "," $custom_schemas -}}
+ {{- $schemas = print $custom_schemas "," $schemas -}}
198
{{- end -}}
199
{{- print $schemas -}}
200
0 commit comments