Skip to content

Commit

Permalink
Merge pull request #130 from adam-cattermole/remove-unused-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole authored Aug 14, 2023
2 parents 84de264 + d02dc2e commit cf03e3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/authorino_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,6 @@ func (r *AuthorinoReconciler) authorinoDeploymentChanges(existingDeployment, des
return true
}

if len(desiredDeployment.Spec.Template.Spec.Containers) != 1 {
// error
}

existingContainer := existingDeployment.Spec.Template.Spec.Containers[0]
desiredContainer := desiredDeployment.Spec.Template.Spec.Containers[0]

Expand Down

0 comments on commit cf03e3d

Please sign in to comment.