Skip to content

Commit

Permalink
update rbac role in helm templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilr committed Sep 8, 2020
1 parent d6d56ff commit ffb6cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/draino/templates/clusterrole.yaml
Expand Up @@ -24,7 +24,7 @@ rules:
- apiGroups: ['']
resources: [pods/eviction]
verbs: [create]
- apiGroups: [extensions]
- apiGroups: [apps]
resources: [daemonsets]
verbs: [get, watch, list]
- apiGroups: ['*']
Expand Down

0 comments on commit ffb6cb4

Please sign in to comment.