Skip to content

Commit

Permalink
fix: remove role for configmaps/status
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed May 9, 2020
1 parent 45ade82 commit 5af7513
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 56 deletions.
8 changes: 0 additions & 8 deletions pkg/scaffold/internal/templates/leaderelectionrole.go
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-v2/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
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 5af7513

Please sign in to comment.