Commit 12a2d67
committed
fix: restore missing batch/jobs permissions and add PVC permissions to executor role
- Re-add batch/jobs create/delete permissions that were accidentally removed
- Add persistentvolumeclaims create/delete permissions for job workspaces
- Right-size pod permissions to get/list/watch only
- Fixes customer-reported "cannot create resource persistentvolumeclaims" errors
- Resolves batch changes functionality breaking due to missing permissions1 parent d5e8f1e commit 12a2d67
File tree
1 file changed
+14
-2
lines changed- charts/sourcegraph-executor/k8s/templates
1 file changed
+14
-2
lines changedLines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | | - | |
18 | | - | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
0 commit comments