Skip to content

Commit c635f3b

Browse files
Update README.md
1 parent bb4cc24 commit c635f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/oauth2-proxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ Parameter | Description | Default
117117
`config.google.groups` | restrict logins to members of these google groups | `[]`
118118
`containerPort` | used to customise port on the deployment | `""`
119119
`extraArgs` | Extra arguments to give the binary. Either as a map with key:value pairs or as a list type, which allows to configure the same flag multiple times. (e.g. `["--allowed-role=CLIENT_ID:CLIENT_ROLE_NAME_A", "--allowed-role=CLIENT_ID:CLIENT_ROLE_NAME_B"]`). | `{}` or `[]`
120+
`extraContainers` | List of extra containers to be added to the pod | `[]`
120121
`extraEnv` | key:value list of extra environment variables to give the binary | `[]`
121122
`extraVolumes` | list of extra volumes | `[]`
122123
`extraVolumeMounts` | list of extra volumeMounts | `[]`
123-
`extraContainers` | List of extra containers to be added to the pod | `[]`
124124
`hostAlias.enabled` | provide extra ip:hostname alias for network name resolution.
125125
`hostAlias.ip` | `ip` address `hostAliases.hostname` should resolve to.
126126
`hostAlias.hostname` | `hostname` associated to `hostAliases.ip`.
@@ -319,4 +319,4 @@ config:
319319
cookie_domains = [ ".domain.com", ".otherdomain.io" ]
320320
whitelist_domains = [ ".domain.com", ".otherdomain.io"]
321321
provider = "google"
322-
```
322+
```

0 commit comments

Comments
 (0)