Skip to content

Commit

Permalink
Add more rbac permissions in the 'apps' group
Browse files Browse the repository at this point in the history
Daemonset was missed in the update from v1beta1 to v1;
also we need get and update on deployments/scale.
  • Loading branch information
bboreham committed Dec 12, 2019
1 parent 5ebe9b4 commit 91eb720
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/k8s/cluster-role.yaml
Expand Up @@ -33,6 +33,7 @@ rules:
resources:
- deployments
- statefulsets
- daemonsets
verbs:
- get
- list
Expand Down Expand Up @@ -63,6 +64,13 @@ rules:
- deployments/scale
verbs:
- update
- apiGroups:
- apps
resources:
- deployments/scale
verbs:
- get
- update
- apiGroups:
- storage.k8s.io
resources:
Expand Down

0 comments on commit 91eb720

Please sign in to comment.