Skip to content

Commit

Permalink
change version to param (kubernetes#17540)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojies authored and k8s-ci-robot committed Nov 12, 2019
1 parent 7f9f9d9 commit 18a6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18a6062

Please sign in to comment.