Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvaraj Kakaraparthi committed Jul 14, 2021
1 parent 4a48bff commit 83fe825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var dockerclusterlog = logf.Log.WithName("dockercluster-resource")

func (c *DockerCluster) SetupWebhookWithManager(mgr ctrl.Manager) error {
return ctrl.NewWebhookManagedBy(mgr).
For(r).
For(c).
Complete()
}

Expand Down

0 comments on commit 83fe825

Please sign in to comment.