Fix configmaps resource name in rbac.md (#5389)
The resource is 'configmaps', not 'configmap'.
This commit is contained in:
committed by
Steve Perry
parent
4a55e28166
commit
010449ee60
@@ -181,7 +181,7 @@ metadata:
|
||||
name: configmap-updater
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["configmap"]
|
||||
resources: ["configmaps"]
|
||||
resourceNames: ["my-configmap"]
|
||||
verbs: ["update", "get"]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user