Skip to content

Commit

Permalink
uninstall: add priority class to uninstall spec
Browse files Browse the repository at this point in the history
Signed-off-by: Michael William Le Nguyen <michael@mail.ttp.codes>
  • Loading branch information
ttpcodes authored and yasker committed Jul 7, 2020
1 parent 84fd050 commit e320eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/uninstall/uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ rules:
- apiGroups: ["batch"]
resources: ["jobs", "cronjobs"]
verbs: ["*"]
- apiGroups: ["scheduling.k8s.io"]
resources: ["priorityclasses"]
verbs: ["watch", "list"]
- apiGroups: ["storage.k8s.io"]
resources: ["csidrivers"]
verbs: ["*"]
Expand Down

0 comments on commit e320eb9

Please sign in to comment.