-
Notifications
You must be signed in to change notification settings - Fork 201
deploy: split out RBAC definitions #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Splitting out the RBAC definitions into a separate file has the advantage that it can be used as-is without editing in other deployments. For example, the Kubernetes E2E test uses this file.
|
This rbac.yaml file is identical to the one in the E2E PR kubernetes/kubernetes#69868 A similar PR was filed against external-provisioner (kubernetes-csi/external-provisioner#156). |
|
/lgtm |
|
/assign @jsafrane Please also approve so that tide can merge it. |
|
@jsafrane hmm, the bot didn't pick up your lgtm (label is still missing). Does that have to come from one of the reviewers (@davidz627 or @sbezverk)? |
|
github still has issues, "Webhooks and Pages builds remain paused." |
|
/lgtm |
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, pohly The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Splitting out the RBAC definitions into a separate file has the
advantage that it can be used as-is without editing in other
deployments. For example, the Kubernetes E2E test uses this file.