mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
f759b5b095
commit
d2869e88e0
@@ -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:
|
||||
|
||||
@@ -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 | `{}`
|
||||
|
||||
Reference in New Issue
Block a user