Tags: billroper90r/triggers
Tags
Add omitempty tag for TriggerGroups type Addresses comment: tektoncd#1232 (comment) Signed-off-by: Dibyo Mukherjee <[email protected]> (cherry picked from commit 4a9db17)
Remove finalizer if present Previous versions of Triggers required a finalizer to clean up logging configMaps. They are no longer necessary. We need to remove the finalizer from any old EventListener objects so that they can be properly deleted in newer versions of Triggers. Also fixes some unit tests that started failing once I removed the bit that ignored `Finalizers` when comparing test output. Fixes tektoncd#1243 Signed-off-by: Dibyo Mukherjee <[email protected]>
Renames examples rolebinding & clusterrolebinding As now we package roles required for eventlistener with release yaml the references in examples/rbac.yaml has been updated with new clusterroles. But if a user has already applied older rbac on the cluster and then try to install from upstream/main it would fail as the references are changed. So, this renames the binding names so that user doesn't face any issue with the upcoming releases. Signed-off-by: Shivam Mukhade <[email protected]>
PreviousNext