Skip to content

Commit 9750946

Browse files
authored
Correct table formatting
The embedded pipes in the example `openssl` command for setting `cookie.cookieSecret` were causing the end of that command to overflow into the next column making the command incomplete/non-functional.
1 parent 002cbe5 commit 9750946

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
@@ -75,7 +75,7 @@ Parameter | Description | Default
7575
`authenticatedEmailsFile.annotations` | configmap or secret annotations | `nil`
7676
`config.clientID` | oauth client ID | `""`
7777
`config.clientSecret` | oauth client secret | `""`
78-
`config.cookieSecret` | server specific cookie for the secret; create a new one with `openssl rand -base64 32 | head -c 32 | base64` | `""`
78+
`config.cookieSecret` | server specific cookie for the secret; create a new one with `openssl rand -base64 32 \| head -c 32 \| base64` | `""`
7979
`config.existingSecret` | existing Kubernetes secret to use for OAuth2 credentials. See [secret template](https://github.com/oauth2-proxy/manifests/blob/master/helm/oauth2-proxy/templates/secret.yaml) for the required values | `nil`
8080
`config.configFile` | custom [oauth2_proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/contrib/oauth2-proxy.cfg.example) contents for settings not overridable via environment nor command line | `""`
8181
`config.existingConfig` | existing Kubernetes configmap to use for the configuration file. See [config template](https://github.com/oauth2-proxy/manifests/blob/master/helm/oauth2-proxy/templates/configmap.yaml) for the required values | `nil`

0 commit comments

Comments
 (0)