Skip to content

Commit

Permalink
fix smartmon disk rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
iminfinity committed Nov 14, 2024
1 parent 6d369af commit 9cd9b8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- if .Values.prometheusRule.smart }}
{{- if .Values.prometheusRule.smartmon_disk_health }}
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: smart-rules
name: smartmon-disk-health-rules
namespace: monitoring-{{ .Values.customerid }}
spec:
{{- $.Files.Get "rules/smartmon_disk_health.yaml" | nindent 4 }}
Expand Down

0 comments on commit 9cd9b8c

Please sign in to comment.