Skip to content

Commit 6ce3372

Browse files
authored
Merge pull request #23023 from takaf04/master_images_fix_link
fix ServiceAccount link URL Path in docs/concepts/containers/images
2 parents 9efa4a4 + 19b4e0e commit 6ce3372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ EOF
259259
This needs to be done for each pod that is using a private registry.
260260

261261
However, setting of this field can be automated by setting the imagePullSecrets
262-
in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-accounts/) resource.
262+
in a [ServiceAccount](/docs/tasks/configure-pod-container/configure-service-account/) resource.
263263

264264
Check [Add ImagePullSecrets to a Service Account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account) for detailed instructions.
265265

0 commit comments

Comments
 (0)