Skip to content
Snippets Groups Projects
Unverified Commit 2912d1d4 authored by Stefan Prodan's avatar Stefan Prodan
Browse files

Add serviceAccountName to auth spec

parent 48852786
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,13 @@ kubectl create secret docker-registry regcred \ ...@@ -119,6 +119,13 @@ kubectl create secret docker-registry regcred \
--docker-password=<your-pword> --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 #### Client cert auth
For private repositories which require a certificate to authenticate, For private repositories which require a certificate to authenticate,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment