Skip to content

Commit 9caed1e

Browse files
committed
Remove duplicate statement from rebase
Signed-off-by: Jonathan West <[email protected]>
1 parent f06fb82 commit 9caed1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

controllers/deployment.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ func identifyDeploymentDifference(x appsv1.Deployment, y appsv1.Deployment) stri
200200
return ".Spec.Strategy"
201201
}
202202

203-
if !reflect.DeepEqual(x.Annotations, y.Annotations) {
204-
return "Annotations"
205-
}
206-
207203
if !reflect.DeepEqual(x.Labels, y.Labels) {
208204
return "Labels"
209205
}

0 commit comments

Comments
 (0)