Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chartmuseum/helm-push
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Apr 28, 2018
2 parents 9e26ca9 + bcac2e8 commit b3fee29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ This will result in all basic auth options above being ignored, and the plugin w
Authorization: Bearer <token>
```

If you require a custom header to be used for passing the token, you can the following env var:
```
$ export HELM_REPO_AUTH_HEADER="<myheader>"
```

This will then be used in place of `Authorization: Bearer`:
```
<myheader>: <token>
```


## Custom Downloader
This plugin also defines the `cm://` protocol that you may specify when adding a repo:
```
Expand Down

0 comments on commit b3fee29

Please sign in to comment.