feat(argo-cd): Add extraVolumes Dex server (#961)
Related to https://github.com/argoproj/argo-helm/issues/960 Add extraVolumes and extraVolumeMounts for dex server Signed-off-by: Iago Santos <iago.santos.pardo@adfinis.com>
This commit is contained in:
parent
1ceb47ff76
commit
093a162ab8
4 changed files with 16 additions and 2 deletions
|
|
@ -445,6 +445,8 @@ NAME: my-release
|
|||
| dex.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||
| dex.volumeMounts | Dex volume mounts | `"/shared"` |
|
||||
| dex.volumes | Dex volumes | `{}` |
|
||||
| dex.extraVolumeMounts | Extra dex volume mounts | `[]` |
|
||||
| dex.extraVolumes | Extra dex volumes | `[]` |
|
||||
|
||||
## Redis
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue