Skip to content

Commit 84573d7

Browse files
stubbiclaude
andcommitted
chore(chart): sync jobs/status into the chart RBAC
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent cff330e commit 84573d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/paperclip-operator/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rules:
9090
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
9191
# Batch (bootstrap jobs, backup cronjobs)
9292
- apiGroups: ["batch"]
93-
resources: ["jobs"]
93+
resources: ["jobs", "jobs/status"]
9494
verbs: ["get", "list", "watch", "create", "delete"]
9595
- apiGroups: ["batch"]
9696
resources: ["cronjobs"]

0 commit comments

Comments
 (0)