Add serviceAccountName to auth spec

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/2601/head
Stefan Prodan 3 years ago
parent 4885278691
commit 2912d1d437
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -119,6 +119,13 @@ kubectl create secret docker-registry regcred \
--docker-password=<your-pword>
```
For image pull secrets attached to a service account, the account name can be specified with:
```yaml
spec:
serviceAccountName: regsa
```
#### Client cert auth
For private repositories which require a certificate to authenticate,

Loading…
Cancel
Save