Skip to content

Commit ffb6cb4

Browse files
committed
update rbac role in helm templates
1 parent d6d56ff commit ffb6cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/draino/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rules:
2424
- apiGroups: ['']
2525
resources: [pods/eviction]
2626
verbs: [create]
27-
- apiGroups: [extensions]
27+
- apiGroups: [apps]
2828
resources: [daemonsets]
2929
verbs: [get, watch, list]
3030
- apiGroups: ['*']

0 commit comments

Comments
 (0)