Skip to content

Commit

Permalink
Merge pull request rook#15441 from VirajJadhav/patch-1
Browse files Browse the repository at this point in the history
doc: Authenticated Container Registry | Typo for imagePullSecrets
  • Loading branch information
travisn authored Feb 22, 2025
2 parents 2181170 + 659d574 commit 81d9159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Authenticated Container Registries
---

If you want to use an image from authenticated docker registry (e.g. for image cache/mirror), you'll need to
add an `imagePullSecret` to all relevant service accounts. See the next section for the required service accounts.
add `imagePullSecrets` to all relevant service accounts. See the next section for the required service accounts.

The whole process is described in the [official kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account).

Expand Down

0 comments on commit 81d9159

Please sign in to comment.