Browse Source

Update template enable condidition

Raghunandana S K 4 years ago
parent
commit
1b2f0a861e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/kubernetes/helm/hue/templates/prometheus-rule-hue.yaml

+ 1 - 1
tools/kubernetes/helm/hue/templates/prometheus-rule-hue.yaml

@@ -1,4 +1,4 @@
-{{- if .Values.alertrule.enabled -}}
+{{- if .Values.alerting.enabled -}}
 apiVersion: monitoring.coreos.com/v1
 apiVersion: monitoring.coreos.com/v1
 kind: PrometheusRule
 kind: PrometheusRule
 metadata:
 metadata: