Skip to content

Commit

Permalink
Merge pull request #1511 from camilamacedo86/fix-remove-perm-not-exist
Browse files Browse the repository at this point in the history
fix: remove role for configmaps/status which do not exists from leader_election_role.yaml
  • Loading branch information
k8s-ci-robot committed Jun 20, 2020
2 parents fe6002b + f13efe9 commit bc77431
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
Expand Down
8 changes: 0 additions & 8 deletions testdata/project-v3/config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- configmaps/status
verbs:
- get
- update
- patch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit bc77431

Please sign in to comment.