File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ type QdrantClusterSpec struct {
122122 // This helps sharded but not replicated clusters to reduce downtime to a possible minimum during restart.
123123 // If unset, the operator is going to restart nodes concurrently if none of the collections if replicated.
124124 // +optional
125- RestartAllPodsConcurrently * bool `json:"restartAllPodsConcurrently"`
125+ RestartAllPodsConcurrently * bool `json:"restartAllPodsConcurrently,omitempty "`
126126 // If StartupDelaySeconds is set (> 0), an additional 'sleep <value>' will be emitted to the pod startup.
127127 // The sleep will be added when a pod is restarted, it will not force any pod to restart.
128128 // This feature can be used for debugging the core, e.g. if a pod is in crash loop, it provided a way
You can’t perform that action at this time.
0 commit comments