Skip to content

Commit c473784

Browse files
authored
Add missing patch role for PV cleanup (#78)
Signed-off-by: Mayank Sachan <[email protected]>
1 parent bc6d528 commit c473784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/internal/crutils/static_resource_generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (c *IBMObjectCSI) GenerateExternalProvisionerClusterRole() *rbacv1.ClusterR
7171
{
7272
APIGroups: []string{""},
7373
Resources: []string{constants.PersistentVolumesResource},
74-
Verbs: []string{constants.VerbGet, constants.VerbList, constants.VerbWatch, constants.VerbCreate, constants.VerbDelete},
74+
Verbs: []string{constants.VerbGet, constants.VerbList, constants.VerbWatch, constants.VerbPatch, constants.VerbCreate, constants.VerbDelete},
7575
},
7676
{
7777
APIGroups: []string{""},

0 commit comments

Comments
 (0)