Skip to content

Commit 814edd0

Browse files
committed
Added Hyperlink to RFC3339
1 parent ecd6a47 commit 814edd0

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
@@ -1195,7 +1195,7 @@ A bootstrap type Secret has the following keys specified under `data`:
11951195
- `token-secret`: A random 16 character string as the actual token secret. Required.
11961196
- `description`: A human-readable string that describes what the token is
11971197
used for. Optional.
1198-
- `expiration`: An absolute UTC time using RFC3339 specifying when the token
1198+
- `expiration`: An absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) specifying when the token
11991199
should be expired. Optional.
12001200
- `usage-bootstrap-<usage>`: A boolean flag indicating additional usage for
12011201
the bootstrap token.

0 commit comments

Comments
 (0)