Skip to content

Commit

Permalink
Merge 1d36f45 into 5eca507
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbtv committed Nov 1, 2018
2 parents 5eca507 + 1d36f45 commit e686cd6
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions images/multus-daemonset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: multus
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'
- apiGroups: ["k8s.cni.cncf.io"]
resources:
- '*'
verbs:
- '*'
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- get
- update
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down

0 comments on commit e686cd6

Please sign in to comment.