diff --git a/README.md b/README.md index c4db332..4d7ca5f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,17 @@ This will result in all basic auth options above being ignored, and the plugin w Authorization: Bearer ``` +If you require a custom header to be used for passing the token, you can the following env var: +``` +$ export HELM_REPO_AUTH_HEADER="" +``` + +This will then be used in place of `Authorization: Bearer`: +``` +: +``` + + ## Custom Downloader This plugin also defines the `cm://` protocol that you may specify when adding a repo: ```