mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 09:01:48 +00:00
Add serviceAccountName to auth spec
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
4885278691
commit
2912d1d437
1 changed files with 7 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue