Commit 124bece6 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #6801 from abonas/fixSecretDoc

fix broken link in secrets doc
parents 7bfe57b3 4a17d035
...@@ -26,7 +26,7 @@ This is an example of a simple secret, in json format: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment