mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
README syntax fix (#12449)
Signed-off-by: David Muckle <dvdmuckle@dvdmuckle.xyz>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e3ba6f2b66
commit
0c12bb288c
@@ -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/
|
||||
|
||||
@@ -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` | `""`
|
||||
|
||||
Reference in New Issue
Block a user