Skip to content

Commit 412de5c

Browse files
committed
TEMP - Don't mark ZookeeperCluster resource as updated when PDB field is not available in spec
1 parent 4585116 commit 412de5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/zookeepercluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (s *ZookeeperClusterSpec) withDefaults(z *ZookeeperCluster) (changed bool)
290290
}
291291
if s.MaxUnavailableReplicas < 1 {
292292
s.MaxUnavailableReplicas = 1
293-
changed = true
293+
//changed = true
294294
}
295295
return changed
296296
}

0 commit comments

Comments
 (0)