Skip to content

Commit

Permalink
Merge pull request #310 from kkavitha/patch-1
Browse files Browse the repository at this point in the history
Update the instructions to use basic git auth
  • Loading branch information
matthewmcnew authored Mar 25, 2020
2 parents 8ce207a + a22877e commit f309320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ metadata:
build.pivotal.io/git: https://github.com
type: kubernetes.io/basic-auth
stringData:
username: <generated-token>
password: x-oauth-basic
username: <your-username>
password: <generated-token>
```

### Service Account
Expand Down

0 comments on commit f309320

Please sign in to comment.