Skip to content

Commit 918428e

Browse files
committed
feat: update rbac rules
1 parent 09224e4 commit 918428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/apl-operator/templates/rbac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ rules:
188188
# Allow reading PriorityClasses (e.g., otomi-critical)
189189
- apiGroups: ["scheduling.k8s.io"]
190190
resources: ["priorityclasses"]
191-
verbs: ["get", "list"]
191+
verbs: ["get", "list", "patch"]
192192
---
193193
apiVersion: rbac.authorization.k8s.io/v1
194194
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)