fix latest parameter

set deprecated true

replace latest-version shortcode
This commit is contained in:
Karen Bradshaw
2020-12-10 20:23:43 -05:00
parent fa6409c6eb
commit 6fa51f75a4
19 changed files with 22 additions and 26 deletions
@@ -764,7 +764,7 @@ these pods.
The `imagePullSecrets` field is a list of references to secrets in the same namespace.
You can use an `imagePullSecrets` to pass a secret that contains a Docker (or other) image registry
password to the kubelet. The kubelet uses this information to pull a private image on behalf of your Pod.
See the [PodSpec API](/docs/reference/generated/kubernetes-api/{{< latest-version >}}/#podspec-v1-core) for more information about the `imagePullSecrets` field.
See the [PodSpec API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core) for more information about the `imagePullSecrets` field.
#### Manually specifying an imagePullSecret