Skip to content

Commit

Permalink
missed a call to gatekeeper delete when updating signature
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Aug 7, 2023
1 parent 451a3f7 commit 67ba54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (r *GatewayController) deleteGatekeeperResources(ctx context.Context, log l
err := gk.Delete(ctx, types.NamespacedName{
Namespace: gw.Namespace,
Name: gw.Name,
}, r.HelmConfig.EnableOpenShift)
}, r.HelmConfig)
if err != nil {
return err
}
Expand Down

0 comments on commit 67ba54d

Please sign in to comment.