mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Merge pull request #6801 from abonas/fixSecretDoc
fix broken link in secrets doc
This commit is contained in:
commit
124bece655
@ -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