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:
Mateusz Gozdek
2020-03-25 22:58:26 +01:00
committed by GitHub
parent 5beea69563
commit 3a3312f788
@@ -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