Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Aug 9, 2024
1 parent 7f58311 commit 44f0656
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/background/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ func NewGenerateController(
}

func (c *GenerateController) ProcessUR(ur *kyvernov2.UpdateRequest) error {
<<<<<<< HEAD
logger := c.log.WithValues("name", ur.GetName(), "policy", ur.Spec.GetPolicyKey())
=======
logger := c.log.WithValues("name", ur.GetName(), "policy", ur.Spec.GetPolicyKey(), "rule", ur.Spec.GetRuleName(), "resource", ur.Spec.GetResource().String())
>>>>>>> main
var err error
var genResources []kyvernov1.ResourceSpec
logger.Info("start processing UR", "ur", ur.Name, "resourceVersion", ur.GetResourceVersion())
Expand Down

0 comments on commit 44f0656

Please sign in to comment.