feat(argo-cd): add parameter env to redis exporter (#1876)
Signed-off-by: Christian Groschupp <christian@groschupp.org>
This commit is contained in:
parent
71f61651ae
commit
9781abdfd8
4 changed files with 9 additions and 3 deletions
|
|
@ -1068,6 +1068,8 @@ redis:
|
|||
exporter:
|
||||
# -- Enable Prometheus redis-exporter sidecar
|
||||
enabled: false
|
||||
# -- Environment variables to pass to the Redis exporter
|
||||
env: []
|
||||
## Prometheus redis-exporter image
|
||||
image:
|
||||
# -- Repository to use for the redis-exporter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue