Skip to content

Commit f25bd77

Browse files
authored
Merge pull request #25781 from lostsquirrel/patch-9
change token_id to token-id
2 parents 70873fc + 89b3cc9 commit f25bd77

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ data:
358358

359359
A bootstrap type Secret has the following keys specified under `data`:
360360

361-
- `token_id`: A random 6 character string as the token identifier. Required.
361+
- `token-id`: A random 6 character string as the token identifier. Required.
362362
- `token-secret`: A random 16 character string as the actual token secret. Required.
363363
- `description`: A human-readable string that describes what the token is
364364
used for. Optional.

0 commit comments

Comments
 (0)