Skip to content

Commit cd489b2

Browse files
Merge branch 'main' into bha-transport-endpt
2 parents f82940a + 9febc5d commit cd489b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

controllers/internal/crutils/static_resource_generator.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ func (c *IBMObjectCSI) GenerateSCCForNodeClusterRole() *rbacv1.ClusterRole {
162162
Resources: []string{config.NodesResource},
163163
Verbs: []string{config.VerbGet},
164164
},
165+
{
166+
APIGroups: []string{""},
167+
Resources: []string{
168+
config.PersistentVolumesResource,
169+
config.SecretsResource},
170+
Verbs: []string{config.VerbGet},
171+
},
165172
},
166173
}
167174
}

0 commit comments

Comments
 (0)