Skip to content

Commit

Permalink
[RBAC] Remove permission for Deployments
Browse files Browse the repository at this point in the history
Habitat spec `v1beta1` needed to do CRUD on Deployments so it had
permissions on the Kubernetes Deployments resource.

Now that it's support is removed no more operations of Deployments
are done. Hence this commit removes the permission to Deployments.

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Aug 16, 2018
1 parent 495365e commit 78e4a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/rbac/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ rules:
- apiGroups:
- apps
resources:
- deployments
- statefulsets
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: [""]
Expand Down

0 comments on commit 78e4a64

Please sign in to comment.