From 19b4e0efa1ce74791a79a20ad34b5850cc51b779 Mon Sep 17 00:00:00 2001 From: Takaaki Fujii Date: Sat, 8 Aug 2020 11:17:35 +0900 Subject: [PATCH] fix ServiceAccount link URL Path --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index ee21a00526..e136da173a 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -259,7 +259,7 @@ EOF This needs to be done for each pod that is using a private registry. However, setting of this field can be automated by setting the imagePullSecrets -in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-accounts/) resource. +in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/) resource. Check [Add ImagePullSecrets to a Service Account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account) for detailed instructions.