Commit d48e44e
committed
KEP-3257: fix ClusterRole example
It was using singular "signer" which doesn't work. It has to be
"signers", like in the tests: https://github.com/kubernetes/kubernetes/blob/6b8e5a9457a015e5568d7ae21b94d8a4eeb41bb3/test/integration/clustertrustbundles/admission_establishtrust_test.go#L1421 parent 7eec574 commit d48e44e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
0 commit comments