Skip to content

Commit

Permalink
fix: missing controller for new certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lüders committed Apr 22, 2024
1 parent 4f5bcb9 commit b8cf797
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func gatherClusterIngressCertificates(

if !found {
// Certificate not found, create a new entry
certInfo.Controllers = append(certInfo.Controllers, ControllerInfo{Name: controller.Name, Namespace: controller.Namespace})
certificates = append(certificates, certInfo)
}
}
Expand Down

0 comments on commit b8cf797

Please sign in to comment.