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

@ -314,6 +314,12 @@ dex:
- name: static-files
emptyDir: {}
## Extra volumes to the controller pod.
extraVolumes: []
## Extra volumeMounts to the controller pod.
extraVolumeMounts: []
## Dex deployment container ports
containerPortHttp: 5556
servicePortHttp: 5556