*: add example for running on kubernetes

This commit is contained in:
Eric Chiang
2016-08-10 17:50:55 -07:00
parent 73e2349270
commit d313e5d493
11 changed files with 239 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ func cmd() *cobra.Command {
}
// This sets the OAuth2 client and oidc client.
a.ctx = context.WithValue(a.ctx, oauth2.HTTPClient, &client)
a.ctx = context.WithValue(a.ctx, oauth2.HTTPClient, client)
}
// TODO(ericchiang): Retry with backoff