We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af62fd commit 3ae3066Copy full SHA for 3ae3066
controllers/firewall/reconcile.go
@@ -46,7 +46,7 @@ func (c *controller) Reconcile(r *controllers.Ctx[*v2.Firewall]) error {
46
return err
47
}
48
49
- // requeueing in order to continue checking progression
+ // requeuing in order to continue checking progression
50
return controllers.RequeueAfter(10*time.Second, "firewall creation is progressing")
51
case 1:
52
f = fws[0]
0 commit comments