README syntax fix (#12449)

Signed-off-by: David Muckle <dvdmuckle@dvdmuckle.xyz>
This commit is contained in:
David Muckle
2019-04-21 09:37:43 -07:00
committed by Kubernetes Prow Robot
parent e3ba6f2b66
commit 0c12bb288c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 0.12.0
version: 0.12.1
apiVersion: v1
appVersion: 3.1.0
home: http://www.videntity.com/
+1 -1
View File
@@ -41,7 +41,7 @@ Parameter | Description | Default
`affinity` | node/pod affinities | None
`authenticatedEmailsFile.enabled` | Enables authorize individual email addresses | `false`
`authenticatedEmailsFile.template` | Name of the configmap that is handled outside of that chart | `""`
`authenticatedEmailsFile.restricted_access | (email addresses)[https://github.com/pusher/oauth2_proxy#email-authentication] list config | `""`
`authenticatedEmailsFile.restricted_access` | [email addresses](https://github.com/pusher/oauth2_proxy#email-authentication) list config | `""`
`config.clientID` | oauth client ID | `""`
`config.clientSecret` | oauth client secret | `""`
`config.cookieSecret` | server specific cookie for the secret; create a new one with `openssl rand -base64 32 | head -c 32 | base64` | `""`