Skip to content

Commit

Permalink
fix: Add priority class permissions (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Oct 1, 2024
1 parent b5b60af commit 272d839
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 1.3.3
version: 1.3.4
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
12 changes: 12 additions & 0 deletions charts/operator/templates/leader-election-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ rules:
- update
- patch
- delete
- apiGroups:
- scheduling.k8s.io
resources:
- priorityclasses
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 272d839

Please sign in to comment.