Skip to content

Commit

Permalink
Fix Nexus LDAP regression (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Jul 15, 2020
1 parent 1740938 commit e45f832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: nexus3
version: 2.5.1
version: 2.5.2
appVersion: 3.25.0
description: Sonatype Nexus OSS is an open source repository manager
keywords:
Expand Down
2 changes: 2 additions & 0 deletions charts/nexus3/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ data:
{{- end }}
{{- end }}
{{- with .Values.config.ldap }}
{{- if .enabled }}
ldap.json: |
{{- with omit . "password" }}
{{- set . "password" "PASSWORD" | toJson | trim | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}
{{- range $index, $cleanup := .Values.config.cleanup }}
{{ $index | add 1000 | toString | substr 1 -1 }}-cleanup.json: |
{{- $cleanup | toJson | trim | nindent 4 }}
Expand Down

0 comments on commit e45f832

Please sign in to comment.