Skip to content

Commit 944ab0d

Browse files
mattva01k8s-ci-robot
authored andcommitted
Remove unneeded "groups" from CSR yaml example (#14723)
1 parent 704aa64 commit 944ab0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/en/docs/tasks/tls/managing-tls-in-a-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ kind: CertificateSigningRequest
110110
metadata:
111111
name: my-svc.my-namespace
112112
spec:
113-
groups:
114-
- system:authenticated
115113
request: $(cat server.csr | base64 | tr -d '\n')
116114
usages:
117115
- digital signature

0 commit comments

Comments
 (0)