feat(argo-cd): add parameter env to redis exporter (#1876)

Signed-off-by: Christian Groschupp <christian@groschupp.org>
This commit is contained in:
Christian Groschupp 2023-03-09 13:05:01 +01:00 committed by GitHub
parent 71f61651ae
commit 9781abdfd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View file

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