Skip to content

Commit

Permalink
Update pkg/kube/object_patch/operation.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yalosev authored Oct 13, 2023
1 parent 462a231 commit fae89e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kube/object_patch/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func GetPatchStatusOperationsOnHookError(operations []Operation) []Operation {
if operation.subresource == "/status" && operation.ignoreHookError {
patchStatusOperations = append(patchStatusOperations, operation)
}
default:
}
}

Expand Down

0 comments on commit fae89e1

Please sign in to comment.