Skip to content

Commit 2b5dab0

Browse files
Fix typo in SA admission controller steps
1 parent b98eea5 commit 2b5dab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/service-accounts-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ it does the following when a Pod is created:
184184
`/var/run/secrets/kubernetes.io/serviceaccount`.
185185
For Linux containers, that volume is mounted at `/var/run/secrets/kubernetes.io/serviceaccount`;
186186
on Windows nodes, the mount is at the equivalent path.
187-
1. If the spec of the incoming Pod does already contain any `imagePullSecrets`, then the
187+
1. If the spec of the incoming Pod doesn't already contain any `imagePullSecrets`, then the
188188
admission controller adds `imagePullSecrets`, copying them from the `ServiceAccount`.
189189

190190
### TokenRequest API

0 commit comments

Comments
 (0)