diff --git a/charts/janssen/charts/opendj/templates/statefulset.yaml b/charts/janssen/charts/opendj/templates/statefulset.yaml index 4db20686358..8bf099e791f 100644 --- a/charts/janssen/charts/opendj/templates/statefulset.yaml +++ b/charts/janssen/charts/opendj/templates/statefulset.yaml @@ -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 }} @@ -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: