Skip to content

Commit

Permalink
Merge pull request #1510 from camilamacedo86/fix-event-perm
Browse files Browse the repository at this point in the history
add patch verb to events in the leader_election_role
  • Loading branch information
k8s-ci-robot committed May 29, 2020
2 parents 216d8c9 + 7d73700 commit c373ad5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
1 change: 1 addition & 0 deletions pkg/scaffold/internal/templates/leaderelectionrole.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ rules:
- events
verbs:
- create
- patch
`
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
1 change: 1 addition & 0 deletions testdata/project-v2/config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch
1 change: 1 addition & 0 deletions testdata/project-v3/config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ rules:
- events
verbs:
- create
- patch

0 comments on commit c373ad5

Please sign in to comment.