We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98eea5 commit 2b5dab0Copy full SHA for 2b5dab0
content/en/docs/reference/access-authn-authz/service-accounts-admin.md
@@ -184,7 +184,7 @@ it does the following when a Pod is created:
184
`/var/run/secrets/kubernetes.io/serviceaccount`.
185
For Linux containers, that volume is mounted at `/var/run/secrets/kubernetes.io/serviceaccount`;
186
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
+1. If the spec of the incoming Pod doesn't already contain any `imagePullSecrets`, then the
188
admission controller adds `imagePullSecrets`, copying them from the `ServiceAccount`.
189
190
### TokenRequest API
0 commit comments