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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue