Skip to content

Commit

Permalink
Update README with new parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywadsack committed Nov 21, 2016
1 parent f9b604b commit 1a840ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ client = Kubeclient::Client.new 'https://localhost:8443/api/' , 'v1',
auth_options: auth_options
```

If your system is already configured with application default credential as described
If your system is already configured with Google's application default credential as described
[here](https://developers.google.com/identity/protocols/application-default-credentials)
then you can use the following:

```ruby
auth_options = {
default_credentials: true
use_default_gcp: true
}
client = Kubeclient::Client.new 'https://localhost:8443/api/' , 'v1',
auth_options: auth_options
Expand Down

0 comments on commit 1a840ef

Please sign in to comment.