Skip to content

Commit 277b5c8

Browse files
Merge pull request #315 from fabiant7t/main
sessionStorage.type: Redis -> redis
2 parents 684bd8f + cb845fe commit 277b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
206206
| `tolerations` | list of node taints to tolerate | `[]` |
207207
| `securityContext.enabled` | enable Kubernetes security context on container | `true` |
208208
| `proxyVarsAsSecrets` | Choose between environment values or secrets for setting up OAUTH2_PROXY variables. When set to false, remember to add the variables OAUTH2_PROXY_CLIENT_ID, OAUTH2_PROXY_CLIENT_SECRET, OAUTH2_PROXY_COOKIE_SECRET in extraEnv | `true` |
209-
| `sessionStorage.type` | Session storage type which can be one of the following: cookie or Redis | `cookie` |
209+
| `sessionStorage.type` | Session storage type which can be one of the following: `cookie` or `redis` | `cookie` |
210210
| `sessionStorage.redis.existingSecret` | Name of the Kubernetes secret containing the Redis & Redis sentinel password values (see also `sessionStorage.redis.passwordKey`) | `""` |
211211
| `sessionStorage.redis.password` | Redis password. Applicable for all Redis configurations. Taken from Redis subchart secret if not set. `sessionStorage.redis.existingSecret` takes precedence | `nil` |
212212
| `sessionStorage.redis.passwordKey` | Key of the Kubernetes secret data containing the Redis password value | `redis-password` |

0 commit comments

Comments
 (0)