Skip to content

Commit

Permalink
Remove CSR's related RBAC (#149)
Browse files Browse the repository at this point in the history
The current kube-admission-webhook library does not use CSRs anymore
so RBAC is not needed.

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored May 21, 2020
1 parent 0c568f7 commit b186e7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions config/default/rbac/rbac_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
- certificatesigningrequests/approval
verbs:
- "*"
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand Down
7 changes: 0 additions & 7 deletions config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ metadata:
creationTimestamp: null
name: kubemacpool-manager-role
rules:
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
- certificatesigningrequests/approval
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand Down
7 changes: 0 additions & 7 deletions config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ metadata:
creationTimestamp: null
name: kubemacpool-manager-role
rules:
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
- certificatesigningrequests/approval
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand Down

0 comments on commit b186e7a

Please sign in to comment.