diff --git a/stable/openldap/Chart.yaml b/stable/openldap/Chart.yaml index 117c9e7ea2..4e85e4f9ae 100644 --- a/stable/openldap/Chart.yaml +++ b/stable/openldap/Chart.yaml @@ -1,6 +1,6 @@ name: openldap home: https://www.openldap.org -version: 0.2.3 +version: 0.2.4 appVersion: 2.4.44 description: Community developed LDAP software icon: http://www.openldap.org/images/headers/LDAPworm.gif diff --git a/stable/openldap/templates/deployment.yaml b/stable/openldap/templates/deployment.yaml index b827fa3480..ced489d13e 100644 --- a/stable/openldap/templates/deployment.yaml +++ b/stable/openldap/templates/deployment.yaml @@ -42,6 +42,9 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} +{{- if .Values.customLdifFiles }} + args: [--copy-service] +{{- end }} ports: - name: ldap-port containerPort: 389