feat(argo-cd): add dex server extra args (#1146)
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
parent
3be6c52a64
commit
4538e57aae
4 changed files with 9 additions and 2 deletions
|
|
@ -520,6 +520,7 @@ NAME: my-release
|
|||
| dex.enabled | bool | `true` | Enable dex |
|
||||
| dex.env | list | `[]` | Environment variables to pass to the Dex server |
|
||||
| dex.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the Dex server |
|
||||
| dex.extraArgs | list | `[]` | Additional command line arguments to pass to the Dex server |
|
||||
| dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod |
|
||||
| dex.extraVolumeMounts | list | `[]` | Extra volumeMounts to the dex pod |
|
||||
| dex.extraVolumes | list | `[]` | Extra volumes to the dex pod |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue