From 18a606211a9bb4015c9d82e856f651a995828a8a Mon Sep 17 00:00:00 2001 From: Luzhenxing Date: Tue, 12 Nov 2019 10:32:06 +0800 Subject: [PATCH] change version to param (#17540) --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index bd9490ffd08e3..471f5e6c0f495 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -124,7 +124,7 @@ See [decoding a secret](#decoding-a-secret) for how to see the contents of a sec You can also create a Secret in a file first, in json or yaml format, and then create that object. The -[Secret](/docs/reference/generated/kubernetes-api/v1.12/#secret-v1-core) contains two maps: +[Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core) contains two maps: data and stringData. The data field is used to store arbitrary data, encoded using base64. The stringData field is provided for convenience, and allows you to provide secret data as unencoded strings.