diff --git a/api/v1/qdrantcluster_types.go b/api/v1/qdrantcluster_types.go index a7e5a09..02d4a7a 100644 --- a/api/v1/qdrantcluster_types.go +++ b/api/v1/qdrantcluster_types.go @@ -57,6 +57,7 @@ func GetQdrantClusterCrdForHash(qc QdrantCluster) QdrantCluster { cloned.Ingress = nil cloned.Pauses = nil cloned.Resources.Storage = "" + cloned.RestartAllPodsConcurrently = false cloned.Service = nil cloned.ServicePerNode = false cloned.Size = 1