Skip to content

Commit

Permalink
replace cat by print to get rid of extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Feb 17, 2023
1 parent c0ae868 commit 2eeeca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
{{- end }}
data:
LDAP_ROOT: {{ include "global.baseDomain" . }}
LDAP_EXTRA_SCHEMAS: {{ cat "cosine,inetorgperson,nis," (include "openldap.schemaFiles" .) }}
LDAP_EXTRA_SCHEMAS: {{ print "cosine,inetorgperson,nis," (include "openldap.schemaFiles" .) }}
{{- if .Values.users }}
LDAP_USERS: {{ .Values.users }}
{{- end }}
Expand Down

0 comments on commit 2eeeca3

Please sign in to comment.