Skip to content

Commit

Permalink
ready checker- comment update
Browse files Browse the repository at this point in the history
Signed-off-by: James Oden <james.oden.dev@gmail.com>
  • Loading branch information
James Oden committed Sep 1, 2022
1 parent 4f99c86 commit d008340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/ready.go
Expand Up @@ -284,7 +284,7 @@ func (c *ReadyChecker) volumeReady(v *corev1.PersistentVolumeClaim) bool {
}

func (c *ReadyChecker) deploymentReady(rs *appsv1.ReplicaSet, dep *appsv1.Deployment) bool {
// Verify the generation observed by the replicaSet controller matches the spec generation
// Verify the replicaset readiness
if !c.replicaSetReady(rs) {
return false
}
Expand Down

0 comments on commit d008340

Please sign in to comment.