Skip to content

Commit 60e988a

Browse files
authored
No need to restart all pods if RestartAllPodsConcurrently setting has been changed. (#42)
1 parent 38c0e42 commit 60e988a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1/qdrantcluster_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func GetQdrantClusterCrdForHash(qc QdrantCluster) QdrantCluster {
5757
cloned.Ingress = nil
5858
cloned.Pauses = nil
5959
cloned.Resources.Storage = ""
60+
cloned.RestartAllPodsConcurrently = false
6061
cloned.Service = nil
6162
cloned.ServicePerNode = false
6263
cloned.Size = 1

0 commit comments

Comments
 (0)