We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de215e commit 7369824Copy full SHA for 7369824
internal/operator-controller/authorization/rbac.go
@@ -364,7 +364,7 @@ func (dm *decodedManifest) asAuthorizationAttributesRecordsForUser(manifestManag
364
})
365
}
366
367
- for _, verb := range []string{"update", "patch"} {
+ for _, verb := range []string{"update"} {
368
attributeRecords = append(attributeRecords, authorizer.AttributesRecord{
369
User: manifestManager,
370
Name: ext.Name,
0 commit comments