Skip to content

Commit 8a50989

Browse files
committed
TEMP - Don't mark ZookeeperCluster resource as updated when PDB field is not available in spec
1 parent 53c437f commit 8a50989

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
@@ -289,7 +289,7 @@ func (s *ZookeeperClusterSpec) withDefaults(z *ZookeeperCluster) (changed bool)
289289
}
290290
if s.MaxUnavailableReplicas < 1 {
291291
s.MaxUnavailableReplicas = 1
292-
changed = true
292+
//changed = true
293293
}
294294
return changed
295295
}

0 commit comments

Comments
 (0)