We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd6a47 commit 814edd0Copy full SHA for 814edd0
content/en/docs/concepts/configuration/secret.md
@@ -1195,7 +1195,7 @@ A bootstrap type Secret has the following keys specified under `data`:
1195
- `token-secret`: A random 16 character string as the actual token secret. Required.
1196
- `description`: A human-readable string that describes what the token is
1197
used for. Optional.
1198
-- `expiration`: An absolute UTC time using RFC3339 specifying when the token
+- `expiration`: An absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) specifying when the token
1199
should be expired. Optional.
1200
- `usage-bootstrap-<usage>`: A boolean flag indicating additional usage for
1201
the bootstrap token.
0 commit comments