Skip to content

Commit

Permalink
fix comment on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Oct 11, 2023
1 parent dbb0c78 commit 2b367ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (n *NGINXController) Start() {

// we need to use the defined ingress class to allow multiple leaders
// in order to update information about ingress status
// TODO: For now, as the IngressClass logics has changed, is up to the
// TODO: For now, as the IngressClass logic has changed, is up to the
// cluster admin to create different Leader Election IDs.
// Should revisit this in a future
electionID := n.cfg.ElectionID
Expand Down

0 comments on commit 2b367ee

Please sign in to comment.