We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c0e42 commit 60e988aCopy full SHA for 60e988a
api/v1/qdrantcluster_types.go
@@ -57,6 +57,7 @@ func GetQdrantClusterCrdForHash(qc QdrantCluster) QdrantCluster {
57
cloned.Ingress = nil
58
cloned.Pauses = nil
59
cloned.Resources.Storage = ""
60
+ cloned.RestartAllPodsConcurrently = false
61
cloned.Service = nil
62
cloned.ServicePerNode = false
63
cloned.Size = 1
0 commit comments