Fixed a small field name spelling mistake.

`resourceName` is incorrect and fails upon apply/install. `resourceNames` is the correct file name.
This commit is contained in:
Brock R
2021-01-27 14:27:43 -07:00
committed by GitHub
parent b1f370dd13
commit 36170e4193
@@ -21,7 +21,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:
- sign