Commit 7c486ae
fix: give clusterrole update on pvc
When provisioning fails, the controller tries to remove the selected node annotation to allow reprovisioning:
https://github.com/rancher/local-path-provisioner/blob/58a077d589c04c95f1720a78b9618ebe8e2abea8/vendor/sigs.k8s.io/sig-storage-lib-external-provisioner/v11/controller/controller.go#L1388
But this fails with an RBAC error due to lack of permissions1 parent 964c10d commit 7c486ae
File tree
1 file changed
+4
-1
lines changed- deploy/chart/local-path-provisioner/templates
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments