Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tektoncd/triggers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f7528eebc226606f01ab07fea3893b7bf08861ac
Choose a base ref
..
head repository: tektoncd/triggers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 66986be17601c2e882b474586efa288dc5fb14ec
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 config/200-clusterrole.yaml
4 changes: 2 additions & 2 deletions config/200-clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@ rules:
verbs: ["use"]
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
verbs: ["create"]
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -102,4 +102,4 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
verbs: ["create"]