Skip to content

Commit

Permalink
allow sidecar to access configmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Aug 29, 2024
1 parent 6517b73 commit 9225dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/service-account.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func getTenantRole(tenant *miniov2.Tenant) *rbacv1.Role {
"",
},
Resources: []string{
"configmaps",
"secrets",
},
Verbs: []string{
Expand Down

0 comments on commit 9225dc8

Please sign in to comment.