enable on enable
All checks were successful
renovate / renovate (push) Successful in 29s
lint-and-test / lint-helm (push) Successful in 9s
release-charts-redis-replication / release (push) Successful in 17s
lint-and-test / chart-testing (push) Successful in 24s

This commit is contained in:
2025-12-15 00:05:10 -06:00
parent 10d67f205d
commit 510c575424
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ spec:
scrapeTimeout: {{ .Values.redisReplication.redisExporter.serviceMonitor.scrapeTimeout }}
{{- end }}
{{- if .Values.redisSentinel.redisExporter.serviceMonitor.enabled }}
{{- if and (.Values.redisSentinel.redisExporter.serviceMonitor.enabled) (.Values.redisSentinel.enabled) }}
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor