diff --git a/charts/kubedbcom-neo4j-editor-options/templates/db.yaml b/charts/kubedbcom-neo4j-editor-options/templates/db.yaml index e915eda2cb..4159007574 100644 --- a/charts/kubedbcom-neo4j-editor-options/templates/db.yaml +++ b/charts/kubedbcom-neo4j-editor-options/templates/db.yaml @@ -107,12 +107,6 @@ spec: {{- toYaml .res | nindent 12 }} securityContext: {{- include "container.securityContext" . | nindent 12 }} - initContainers: - - name: neo4j-init - resources: - {{- toYaml .init_res | nindent 12 }} - securityContext: - {{- include "container.securityContext" . | nindent 12 }} {{- include "common.placement" . | nindent 6 }} deletionPolicy: {{ .Values.spec.deletionPolicy }} {{- if .Values.spec.authSecret.name }}