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:
@@ -184,7 +184,7 @@ rules:
|
|||||||
- certificates.k8s.io
|
- certificates.k8s.io
|
||||||
resources:
|
resources:
|
||||||
- signers
|
- signers
|
||||||
resourceName:
|
resourceNames:
|
||||||
- example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain
|
- example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain
|
||||||
verbs:
|
verbs:
|
||||||
- approve
|
- approve
|
||||||
|
|||||||
Reference in New Issue
Block a user