Skip to content

Commit

Permalink
Remove unneeded "groups" from CSR yaml example (#14723)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattva01 authored and k8s-ci-robot committed Jun 5, 2019
1 parent 704aa64 commit 944ab0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/en/docs/tasks/tls/managing-tls-in-a-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 944ab0d

Please sign in to comment.