mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
fix broken link in secrets doc
This commit is contained in:
parent
d02139d2b4
commit
4a17d03577
@ -26,7 +26,7 @@ This is an example of a simple secret, in json format:
|
|||||||
```
|
```
|
||||||
|
|
||||||
The data field is a map.
|
The data field is a map.
|
||||||
Its keys must match [DNS_SUBDOMAIN](docs/design/identifiers.md).
|
Its keys must match [DNS_SUBDOMAIN](design/identifiers.md).
|
||||||
The values are arbitrary data, encoded using base64.
|
The values are arbitrary data, encoded using base64.
|
||||||
|
|
||||||
This is an example of a pod that uses a secret, in json format:
|
This is an example of a pod that uses a secret, in json format:
|
||||||
|
Loading…
Reference in New Issue
Block a user