Skip to content

Commit

Permalink
fix: redis exporter name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Feb 20, 2024
1 parent 9b44f0d commit 9a2021e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argo/cluster/databases/srep-mysql/srep-mysql.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
destination:
namespace: databases
server: https://kubernetes.default.svc
project: apps
project: srep
source:
path: argo/cluster/databases/srep-mysql/chart
repoURL: https://gitlab.com/henrywhitaker3/homelab.git
Expand Down
2 changes: 1 addition & 1 deletion argo/cluster/databases/srep-redis/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ generic:
externalTrafficPolicy: Local

extraContainers:
- name: redis_exporter
- name: redis-exporter
image: oliver006/redis_exporter:v1.58.0
imagePullPolicy: IfNotPresent
args:
Expand Down
2 changes: 1 addition & 1 deletion argo/cluster/databases/srep-redis/srep-redis.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
destination:
namespace: databases
server: https://kubernetes.default.svc
project: apps
project: srep
source:
path: argo/cluster/databases/srep-redis/chart
repoURL: https://gitlab.com/henrywhitaker3/homelab.git
Expand Down

0 comments on commit 9a2021e

Please sign in to comment.