mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +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.
|
||||
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.
|
||||
|
||||
This is an example of a pod that uses a secret, in json format:
|
||||
|
Loading…
Reference in New Issue
Block a user