Skip to content

Commit

Permalink
No need to restart all pods if RestartAllPodsConcurrently setting has…
Browse files Browse the repository at this point in the history
… been changed. (#42)
  • Loading branch information
Robert-Stam authored Nov 13, 2024
1 parent 38c0e42 commit 60e988a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/qdrantcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60e988a

Please sign in to comment.