Skip to content

Commit

Permalink
Remove unneeded "groups" from CSR yaml example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattva01 committed Jun 4, 2019
1 parent 6c91774 commit c736234
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 c736234

Please sign in to comment.