Merge pull request #25781 from lostsquirrel/patch-9

change token_id to token-id
pull/25793/head
Kubernetes Prow Robot 2020-12-23 17:28:26 -08:00 committed by GitHub
commit f25bd774e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ data:
A bootstrap type Secret has the following keys specified under `data`: A bootstrap type Secret has the following keys specified under `data`:
- `token_id`: A random 6 character string as the token identifier. Required. - `token-id`: A random 6 character string as the token identifier. Required.
- `token-secret`: A random 16 character string as the actual token secret. Required. - `token-secret`: A random 16 character string as the actual token secret. Required.
- `description`: A human-readable string that describes what the token is - `description`: A human-readable string that describes what the token is
used for. Optional. used for. Optional.