From 274831a20472f653e1aa054110c7426be7fb9e26 Mon Sep 17 00:00:00 2001 From: shofiq Date: Thu, 23 Jul 2026 17:44:07 +0600 Subject: [PATCH] remove init container from neo4j Signed-off-by: shofiq --- charts/kubedbcom-neo4j-editor-options/templates/db.yaml | 6 ------ 1 file changed, 6 deletions(-) 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 }}