[incubator/oauth-proxy] Fix documentation typo for clientID value (#3255)

* [incubator/oauth-proxy] Fix documentation typo for clientID value

* [incubator/oauth-proxy] Bump version number
This commit is contained in:
Owen Barton
2018-01-14 08:04:23 -08:00
committed by k8s-ci-robot
parent f759b5b095
commit d2869e88e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: oauth-proxy
version: 0.1.2
version: 0.1.3
appVersion: 2.2
description: A reverse proxy that provides authentication with Google, Github or other providers
keywords:
+1 -1
View File
@@ -42,7 +42,7 @@ The following tables lists the configurable parameters of the oauth-proxy chart
Parameter | Description | Default
--- | --- | ---
`affinity` | node/pod affinities | None
`config.clientId` | oauth client ID | `""`
`config.clientID` | oauth client ID | `""`
`config.clientSecret` | oauth client secret | `""`
`config.cookieSecret` | server specific cookie for the secret; create a new one with `python -c 'import os,base64; print base64.b64encode(os.urandom(16))'` | `""`
`extraArgs` | key:value list of extra arguments to give the binary | `{}`