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:
Iago Santos 2021-10-12 20:49:14 +02:00 committed by GitHub
parent 1ceb47ff76
commit 093a162ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 2 deletions

View file

@ -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