Remove unneeded "groups" from CSR yaml example (#14723)

This commit is contained in:
Matthew Gallagher
2019-06-05 01:49:54 -04:00
committed by Kubernetes Prow Robot
parent 704aa645f1
commit 944ab0d67d
@@ -110,8 +110,6 @@ kind: CertificateSigningRequest
metadata:
name: my-svc.my-namespace
spec:
groups:
- system:authenticated
request: $(cat server.csr | base64 | tr -d '\n')
usages:
- digital signature