Skip to content

Commit

Permalink
fix: opendj jans vlume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jan 23, 2023
1 parent 6c6f62a commit 4de4815
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions charts/janssen/charts/opendj/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ spec:
{{- with $.Values.volumeMounts }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if $.Values.global.upgrade.enabled }}
- name: ox-ldif-cm
mountPath: /opt/opendj/config/schema/101-jans.ldif
subPath: 101-jans.ldif
{{- end }}
{{- with $.Values.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down Expand Up @@ -114,11 +109,6 @@ spec:
{{- with $.Values.volumeMounts }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- if $.Values.global.upgrade.enabled }}
- name: ox-ldif-cm
mountPath: /opt/opendj/config/schema/101-jans.ldif
subPath: 101-jans.ldif
{{- end }}
livenessProbe:
{{- toYaml $.Values.livenessProbe | nindent 10 }}
readinessProbe:
Expand Down

0 comments on commit 4de4815

Please sign in to comment.