Fix example in certificate-signing-requests.md (#19845)
The example ClusterRole rule mentions 'resourceName' property, which do not exist. It should be 'resourceNames'.
This commit is contained in:
parent
943e8ca3d4
commit
2ee2710e48
|
|
@ -184,7 +184,7 @@ rules:
|
|||
- certificates.k8s.io
|
||||
resources:
|
||||
- signers
|
||||
resourceName:
|
||||
resourceNames:
|
||||
- example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain
|
||||
verbs:
|
||||
- approve
|
||||
|
|
|
|||
Loading…
Reference in New Issue