Skip to content

Commit

Permalink
add suffix -alerts to prometheusrule group
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Apr 23, 2024
1 parent 6aa4890 commit e1463bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "redis-operator.labels" . | nindent 4 }}
spec:
groups:
- name: {{ include "redis-operator.name" . }}
- name: {{ include "redis-operator.name" . }}-alerts
rules:
{{- toYaml .Values.metrics.prometheusRule.rules | nindent 4 }}
{{- end }}

0 comments on commit e1463bc

Please sign in to comment.