weaveworks / gitopssets-controller

Manages the GitOpsSet CRDs.
Apache License 2.0
9 stars 5 forks source link

Fix the event type for error cases. #157

Closed bigkevmcd closed 10 months ago

bigkevmcd commented 10 months ago

What changed? This fixes the event type for error cases.

There's no Error type, the event types are corev1.EventTypeNormal and corev1.EventTypeWarning.

This was manifesting in the logs as an error saying that Error event types weren't supported.

For new Generators the above notes apply, with the following additional items:

Release Notes

NONE