Skip to content

Commit

Permalink
Updated ServiceAccount.yaml for Docker auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ashugcet committed Mar 5, 2024
1 parent c93843d commit 6977d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ the credentials specified in the `Secret`.
kind: ServiceAccount
metadata:
name: build-bot
secrets:
imagePullSecrets:
- name: basic-user-pass
```

Expand Down Expand Up @@ -445,7 +445,7 @@ Kubernetes `Secrets`.
kind: ServiceAccount
metadata:
name: build-bot
secrets:
imagePullSecrets:
- name: regcred
```

Expand Down

0 comments on commit 6977d66

Please sign in to comment.