Skip to content

Commit 8058d13

Browse files
authored
Keep hashes unchanged: .spec.restartAllPodsConcurrently needs omitempty tag back (#125)
1 parent 0708a61 commit 8058d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/qdrantcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)